__AGENT_ID__

Automate Moltbook onboarding by guiding credential.setup with remote skill specs.

1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/mandubian/autonoetic --skill agent-id
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: __AGENT_ID__
Source: https://github.com/mandubian/autonoetic/tree/main/examples/moltbook_registration/sample_agent
Command: npx skills add https://github.com/mandubian/autonoetic --skill agent-id

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates Moltbook onboarding by guiding credential.setup with a remote skill spec and collecting user input as needed.

Core Features & Use Cases

  • Automated credential setup with human-in-the-loop prompts
  • Looping workflow to handle suspended_for_user_input and resume with credential_id
  • Post-completion reporting and feed posting to reflect onboarding progress

Quick Start

Initiate onboarding by calling credential.setup with skill_url pointing to the skill.md and follow the prompts to complete registration.

Frequently Asked Questions about __AGENT_ID__

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate remote credential setup with human-in-the-loop prompts?

Automated credential setup with human-in-the-loop prompts works by initiating credential.setup, suspending execution for missing information via user.ask, and resuming with credential_id and resume_vars to complete registration.

What is the process for onboarding to Moltbook via guided credential setup?

Guided credential setup for Moltbook onboarding involves calling credential.setup with a skill_url pointing to skill.md, following interactive enrollment prompts, and posting onboarding progress results with credential.request.

How does a workflow handle suspended_for_user_input during interactive enrollment?

Handling suspended_for_user_input during interactive enrollment requires catching the suspension, prompting the user with user.ask, and looping the workflow to resume with credential_id and resume_vars.

Do I need a remote skill spec to automate agent registration workflows?

A remote skill spec is required to automate agent registration workflows because credential.setup needs a skill_url pointing to skill.md to guide the deterministic enrollment flow and identity verification.

How do I post onboarding progress results after completing credential setup?

Post-completion reporting after credential setup uses credential.request to post onboarding progress results to the feed, reflecting the successful completion of the remote credential setup workflow.

Can I use this credential setup workflow for interactive enrollment without manual intervention?

This credential setup workflow implements a deterministic flow for interactive enrollment that automates onboarding but still requires human-in-the-loop input through user.ask prompts when missing information is needed.