OneManCompany Skill
OneManCompany is a Python AI agent skill for Codex with npx, git clone. Build Your Agent Company with OMC
How to use OneManCompany Skill
Install or run
npx @1mancompany/onemancompanyClient configuration
{
"id": "hr-founding",
"name": "HR Manager",
"version": "1.0.0",
"role": "HR",
"hosting": "company",
"settings": {
"sections": [
{
"id": "hosting",
"title": "Agent Family",
"fields": [
{
"key": "hosting",
"type": "select",
"label": "Agent Family",
"options": [
{
"value": "company",
"label": "LangChain"
},
{
"value": "self",
"label": "Claude Code"
},
{
"value": "openclaw",
"label": "OpenClaw"
}
]
}
]
},
{
"id": "cv_hire",
"title": "Hire from CV",
"fields": [
{
"key": "_cv_json",
"type": "textarea",
"label": "CV (JSON)",
"placeholder": "Paste talent CV JSON here..."
},
{
"key": "_cv_hire",
"type": "action_button",
"label": "Hire",
"action": "hire_from_cv",
"cv_field": "_cv_json"
}
]
},
{
"id": "llm",
"title": "LLM Configuration",
"fields": [
{
"key": "llm_model",
"type": "select",
"label": "Model",
"options_from": "api:models"
},
{
"key": "temperature",
"type": "number",
"label": "Temperature",
"default": 0.7,
"min": 0,
"max": 2,
"step": 0.1
}
]
}
]
},
"prompts": {
"skills": [
"skills/*.md"
]
},
"tools": {
"builtin": [],
"cuCompatible clients
What is OneManCompany Skill?
OneManCompany is a Python AI agent skill for Codex with npx, git clone. Build Your Agent Company with OMC This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Reusable instructions support
- Includes SKILL.md support
- Shell commands support
- Browser use support
- Document generation support
- OpenAI provider support
- Anthropic provider support
Technical details
Install or run OneManCompany using npx. Check 1mancompany/OneManCompany for the latest setup command.
- Built for Python
- Built for Node.js
- Built for Go
- Built for Rust
- Install or run with npx
- Install or run with git clone
- Works with Codex
- Uses SSE transport
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
When to use OneManCompany Skill
- Use it for reusing agent instructions, scripts, and references.
- Use it for agent skills workflows.
- Use it for coding workflows.
- Use it for data workflows.
- Use it for codex users.
Built with
Explore related resources
Frequently asked questions
What is OneManCompany?
OneManCompany is a Python AI agent skill for Codex with npx, git clone. Build Your Agent Company with OMC
Who is OneManCompany best for?
OneManCompany is best for reusing agent instructions, scripts, and references, agent skills workflows, coding workflows, data workflows, codex users.
How do I install OneManCompany?
Install or run OneManCompany using npx. Check OneManCompany for the latest setup command.
Is OneManCompany actively maintained?
OneManCompany may need a closer maintenance check before production use.