AI Coder Pro
Advanced AI-powered coding assistant with multi-language support, debugging, and automated testing capabilities.
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 227 · 1 current installs · 1 all-time installs
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description (AI coding assistant) matches the SKILL.md features (code generation, debugging, testing, architecture). It does not declare unrelated env vars, binaries, or config paths.
Instruction Scope
SKILL.md contains only feature descriptions, usage examples, and integration notes. It does not instruct the agent to read system files, access credentials, or exfiltrate data. It does reference integration with other skills (Code, Backend, Frontend) which is reasonable for a coding assistant.
Install Mechanism
No install spec or code files are present; this is the lowest-risk posture and consistent with an instruction-only skill.
Credentials
The skill requires no environment variables, credentials, or config paths — proportional to an instruction-only coding assistant.
Persistence & Privilege
always is false and the skill does not request elevated persistence or to modify other skills' configs. Autonomous invocation is permitted by platform defaults but not enabled as an always-present skill.
Assessment
This skill appears coherent and low-risk as-is because it is instruction-only and asks for no credentials or installs. However: (1) the source/publisher is unknown and there's no homepage — prefer skills from known publishers when possible; (2) the actual behaviour at runtime depends on which other skills you enable (e.g., a 'Code' execution skill could run generated code), so avoid enabling execution or deployment connectors unless you trust them; (3) treat generated code as untrusted — review and run it in a sandbox, and never paste secrets or production credentials into prompts; (4) if you need stronger assurance, ask the publisher for provenance (repo/homepage) or request a version with an audit trail.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download zipaicodingdevelopmentlatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
AI Coder Pro
An advanced AI-powered coding assistant for software development.
Features
1. Code Generation
- Generate code in Python, JavaScript, TypeScript, Go, Rust, and more
- Create REST APIs, CLI tools, web apps, and microservices
- Scaffold entire projects from prompts
2. Debugging & Error Fixing
- Analyze error messages and stack traces
- Identify root causes
- Provide fix suggestions with explanations
3. Code Review
- Security vulnerability detection
- Performance optimization suggestions
- Best practices enforcement
4. Testing
- Generate unit tests (pytest, jest, go test)
- Create integration tests
- Write testable code patterns
5. Architecture
- System design recommendations
- Database schema design
- API design patterns
Usage Examples
# Generate a REST API
Write a FastAPI endpoint for user authentication with JWT
# Debug an error
Fix this Python error: ImportError: No module named 'psycopg2'
# Write tests
Create pytest tests for a user service with CRUD operations
Integration
This skill works with:
- Code skill (for execution)
- Backend skill (for best practices)
- Frontend skill (for UI code)
Notes
- Always validate user input
- Use parameterized queries to prevent SQL injection
- Follow language-specific style guides
Files
1 totalSelect a file
Select a file to preview.
Comments
Loading comments…
