# Add to your Claude Code skills
git clone https://github.com/workany-ai/workanyLast scanned: 4/28/2026
{
"issues": [
{
"type": "npm-audit",
"message": "xlsx: Prototype Pollution in sheetJS",
"severity": "high"
}
],
"status": "WARNING",
"scannedAt": "2026-04-28T06:29:30.032Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}workany is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by workany-ai. Desktop Agent for Any Task. It has 1,509 GitHub stars.
workany returned warnings in SkillsLLM's automated security scan. It has no critical vulnerabilities, but review the flagged issues in the Security Report section before adding it to your workflow.
Clone the repository with "git clone https://github.com/workany-ai/workany" and add it to your Claude Code skills directory (see the Installation section above).
workany is primarily written in TypeScript. It is open-source under workany-ai on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh workany against similar tools.
No comments yet. Be the first to share your thoughts!
Requires a passing catalog security scan. Resolve the flagged issues and resubmit to enable featuring.
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
WorkAny is a desktop AI agent application that executes tasks through natural language. It provides real-time code generation, tool execution, and workspace management.
Website: workany.ai







302.AI is a pay-as-you-go AI application platform that offers the most comprehensive AI APIs and online applications available.
If you want to sponsor this project, please contact us via email: hello@workany.ai
workany/
├── src/ # Frontend (React + TypeScript)
├── src-api/ # Backend API (Hono + @codeany/open-agent-sdk)
└── src-tauri/ # Desktop app (Tauri + Rust)
| Layer | Technologies |
|---|---|
| Frontend | React 19, TypeScript, Vite, Tailwind CSS 4 |
| Backend | Hono, @codeany/open-agent-sdk, MCP SDK |
| Desktop | Tauri 2, SQLite |

# Install dependencies
pnpm install
# Start API server
pnpm dev:api
# Start Web and Desktop App (recommended)
pnpm dev:app
# Start Web only (Optional)
pnpm dev:web
Contributions are welcome! Please see CONTRIBUTING.md for guidelines.
This project is licensed under the WorkAny Community License, based on Apache License 2.0 with additional conditions.
© 2026 ThinkAny, LLC. All rights reserved.