x711_agent_act
ActiveTool of x711 — Universal Agent Gas Station
Give any agent hands. Pass a URL + natural-language instruction → x711 executes it: fills and submits forms, follows links, extracts structured data (tables, lists, prices). No Playwright. No Puppeteer. No browser setup. Together with x711_agent_see this is a full browser in two tool calls — agents that can see + act can navigate the entire internet autonomously. Instruction examples: 'fill the email field with user@example.com and submit', 'extract all product prices', 'follow the login link and return the page'. Returns: { action_performed, result, page_status }. JS SPA warning included if detected. Cost: $0.05. Requires API key.
Parameters schema
{
"type": "object",
"required": [
"url",
"instruction"
],
"properties": {
"url": {
"type": "string",
"description": "The URL to act on. Must be a public http/https URL."
},
"inputs": {
"type": "object",
"description": "Optional key-value pairs for form fields. Keys = field name attributes (e.g. {\"email\": \"agent@x711.io\", \"q\": \"search query\"}). Merged with any defaults found on the page.",
"additionalProperties": {
"type": "string"
}
},
"instruction": {
"type": "string",
"description": "Natural-language action to perform. Examples: 'fill the search box with \"bitcoin\" and submit', 'extract all table rows', 'click the Download button', 'scrape all product prices and names'."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
x711 — Universal Agent Gas Station
1/7 registries