noopkg
v1.0.0
Published
CLI installer for noopkg - Claude Code skills and agents for IT professionals
Maintainers
Readme
noopkg CLI
CLI installer for noopkg - Claude Code skills and agents for IT professionals.
Installation
No installation required! Use directly with npx:
npx noopkg <command>Commands
List available skills and agents
# List all
npx noopkg list
# Filter by category
npx noopkg list --category audit
npx noopkg list --category finops
npx noopkg list --category budget
npx noopkg list --category itsm
npx noopkg list --category devops
# Filter by tier
npx noopkg list --tier free
npx noopkg list --tier premium
# Show only skills or agents
npx noopkg list --skills
npx noopkg list --agentsInstall a skill
# Install a free skill
npx noopkg install evidence-collection-templates
npx noopkg install cloud-cost-analysis
# Force reinstall
npx noopkg install evidence-collection-templates --forceInstall an agent
# Install an agent (use --agent flag)
npx noopkg install --agent incident-responder
npx noopkg install --agent budget-monitorUninstall
# Uninstall a skill
npx noopkg uninstall evidence-collection-templates
# Uninstall an agent
npx noopkg uninstall --agent incident-responderCheck status
npx noopkg statusLogin for premium content
# Interactive login
npx noopkg login
# With license key
npx noopkg login --key YOUR_LICENSE_KEYLogout
npx noopkg logoutUpdate all installed content
npx noopkg updateAvailable Skills
Free Skills
| Skill | Category | Description | |-------|----------|-------------| | evidence-collection-templates | Audit | SOC2, ISO27001, GDPR evidence templates | | cloud-cost-analysis | FinOps | AWS, Azure, GCP cost analysis | | cost-allocation-tagging | FinOps | Cloud resource tagging strategies | | service-catalog-management | ITSM | IT service catalog definitions | | infrastructure-monitoring | DevOps | Prometheus/Grafana patterns |
Premium Skills
| Skill | Category | Price | Description | |-------|----------|-------|-------------| | soc2-compliance-kit | Audit | $49 | Complete SOC2 Type I/II controls | | iso27001-audit-kit | Audit | $49 | ISO 27001:2022 controls mapping | | gdpr-compliance-tracker | Audit | $39 | GDPR requirements and DPIA templates | | finops-reporting | FinOps | $59 | Executive cloud cost reports | | budget-tracking | Budget | $39 | IT budget variance analysis | | incident-response-automation | ITSM | $49 | ITIL incident automation | | kubernetes-operations | DevOps | $49 | K8s troubleshooting guides |
Available Agents
Free Agents
| Agent | Description | |-------|-------------| | incident-responder | ITIL incident lifecycle management | | budget-monitor | Budget tracking and alerts |
Premium Agents
| Agent | Price | Description | |-------|-------|-------------| | audit-evidence-collector | $79 | Automated IT audit evidence gathering | | it-cost-analyzer | $99 | Multi-cloud cost optimization |
Installation Paths
Skills are installed to:
~/.claude/skills/noopkg/<skill-name>/Agents are installed to:
~/.claude/agents/<agent-name>.mdLicense
Purchase a license at noopkg.com/pricing to access premium content.
Support
- Website: https://noopkg.com
- Documentation: https://noopkg.com/docs
- Email: [email protected]
