start_skill_draft
ActiveTool of OpenAccountants
AUTHENTICATED. Begin authoring a BRAND-NEW skill to contribute to the OpenAccountants directory (skills are markdown playbooks that teach an AI agent to do a bounded task with cited rules — they need not be tax/accounting). Pass the user's `intent` in natural language. Returns a ready-to-execute `authoring_prompt`: run it directly — its first step interviews the user for the specifics this skill needs (scope, jurisdiction/domain, the exact rules/computations, and the source for each claim), its second authors `skill.md` following the guidelines. Then call submit_skill. This tool does NOT write the skill and does NOT check for duplicates (the reviewer agent dedups on submit). Requires sign-in and completed onboarding.
Parameters schema
{
"type": "object",
"properties": {
"intent": {
"type": "string",
"description": "What the user wants the skill to do, in natural language."
},
"jurisdiction": {
"type": "string",
"description": "Optional jurisdiction code (e.g. 'MT', 'US-CA') or 'general' for a domain-agnostic skill."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
OpenAccountants
https://github.com/openaccountants/openaccountants
2/7 registries