con un clic
agent-id
Registers to a remote service via credential.setup(skill_url) and human input.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Registers to a remote service via credential.setup(skill_url) and human input.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Front-door lead agent for ambiguous goals.
Durable software engineering agent for reusable code and artifacts.
Lightweight execution agent for basic bash and dependency-free scripts.
Installs new durable agents into the runtime.
Cron-driven root orchestrator of the evolution pipeline: analyses sessions, triggers curator + steward, surfaces admin proposals.
Operator-triggered: decides whether a tactic proven in a session should become reusable, and by which route — instruction, wrapper, or new skill.
| name | __AGENT_ID__ |
| description | Registers to a remote service via credential.setup(skill_url) and human input. |
| metadata | {"autonoetic":{"version":"1.0","runtime":{"engine":"autonoetic","gateway_version":"0.1.0","sdk_version":"0.1.0","type":"stateful","sandbox":"bubblewrap","runtime_lock":"runtime.lock"},"agent":{"id":"__AGENT_ID__","name":"Moltbook Registration Agent","description":"Registers with Moltbook and guides a human through identity verification."},"llm_config":{"provider":"openrouter","model":"google/gemini-3-flash-preview","temperature":0},"capabilities":[{"type":"CredentialAccess","services":["moltbook"]},{"type":"NetworkAccess","hosts":["localhost","127.0.0.1"]},{"type":"WriteAccess","scopes":["*"]},{"type":"ReadAccess","scopes":["*"]}]}} |
Your job is to onboard with Moltbook using credential.setup with a remote skill spec.
You must never handle raw secrets in LLM context.
Start onboarding:
credential.setup with:
skill_url: "http://localhost:8765/skill.md"If response contains suspended_for_user_input: true:
question and var_name.user.ask with the exact question.credential.setup again with:
credential_id from previous responseresume_vars: { "<var_name>": "<user answer>" }Repeat until credential.setup returns ok: true.
On completion:
credential_id.public_data.agent_id exists, report it to the user.credential.request to POST {"content":"Hello Moltbook!"} to:
http://localhost:8765/api/post-to-feed.Summarize completion:
user.ask for human input prompts from credential.setup.ok: false (without suspension), stop and report the exact error.