forge
Build, secure, and deploy portable agents anywhere
All Skills in This Repository (14)
Pure Emerald Level Indicatorstavily-search
Search the web using the Tavily AI API.
k8s-pod-rightsizer
Analyze Kubernetes workload metrics to generate policy-constrained CPU and memory rightsizing recommendations.
my-skill
Execute custom shell scripts for data processing and tool integration.
k8s-cost-visibility
Estimate Kubernetes infrastructure costs from kubectl cluster data.
code-review
Analyze git diffs and files for bugs, vulnerabilities, and style issues.
codegen-react
Scaffold Vite + React projects and run a hot-reloading development server.
codegen-html
Scaffold and iterate on standalone Preact + HTM applications.
code-review-github
Orchestrate GitHub Pull Request workflows for AI-driven code review.
github
Automate GitHub repository cloning, branching, committing, and pull requests.
code-agent
Scaffold projects, read, write, and edit files, and execute development commands.
k8s-incident-triage
Triage Kubernetes workloads, pods, and namespaces using kubectl commands.
weather
Retrieve current weather conditions and multi-day forecasts for specified locations.
Frequently Asked Questions
FAQPage SchemaHow to install Forge?โผ
Run `npx skills add initializ/forge --all -g -y` in your terminal to install all skills in this suite globally.
What does Forge do?โผ
Forge compiles a SKILL.md file into a secure, portable agent with egress controls, encrypted secrets, and audit logging. The same agent runs locally, in containers, on Kubernetes, or fully air-gapped.
How do I build a custom skill with Forge?โผ
Write a SKILL.md with YAML frontmatter declaring required binaries, environment variables, and allowed domains, then add scripts for each tool. Forge compiles it into a runnable agent automatically.
Can Forge agents connect to Slack or Telegram?โผ
Yes. Forge includes outbound-only channel connectors for Slack (Socket Mode) and Telegram, plus cron scheduling and a web dashboard for managing agents.
Does Forge work without cloud access?โผ
Yes. Forge is air-gap ready and can run with local models, requiring no external cloud services.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core