SkillForge: 'Recording as Automation' for the Agent Era, Filling the Last Mile of Skill Creation
2026-02-24 | ProductHunt | Official Site

SkillForge Homepage: A clean landing page with an orange theme and a core CTA: "Start Recording — It's Free." It emphasizes no installation, browser-based operation, cross-app support, and Agent framework compatibility.
30-Second Quick Take
What is this?: You perform a task on your screen, and SkillForge uses AI to analyze every click and input frame-by-frame. It then automatically generates a structured SKILL.md file, allowing an AI Agent (like OpenClaw) to replay that task autonomously. Simply put, it turns "screen recordings into automation scripts."
Is it worth your attention?: Yes. Not necessarily because the product is mature (it's only been out for a week), but because it sits at the hottest intersection of 2026—the Agent Skills ecosystem is exploding (OpenClaw's ClawHub already has 5,705 community skills), but creating skill files is still manual labor. SkillForge solves this with the lowest possible barrier: recording your screen.
Three Key Questions
Is this for me?
Target Audience:
- Developers using OpenClaw/Claude Agent who need to generate SKILL.md files quickly.
- Regular users who want to automate repetitive work but don't know how to code.
- Team managers who need to standardize operational workflows.
Is it a match?: If you find yourself doing repetitive cross-app tasks daily (like copying CRM data to spreadsheets or extracting info from emails to fill forms), or if you're building AI Agents but are slowed down by writing SKILL.md files, you are the target user.
Use Cases:
- Daily Routine: Repetitive data lookups, form filling, or messaging → Record once, let the Agent handle it daily.
- Development: Creating new skills for OpenClaw/Claude → Recording is 10x faster than writing SKILL.md.
- Teams: Training new hires → Record once to create a replayable skill file.
- When NOT to use: Pure API-based automation (writing direct code is more reliable here).
Is it useful?
| Dimension | Benefit | Cost |
|---|---|---|
| Time | Saves 30 mins to several hours of scriptwriting per workflow | 2-5 mins recording + 5 mins reviewing/editing |
| Money | Free to start; paid version is only $8/month | 100 free credits might not be enough for power users |
| Effort | Zero-code barrier; if you can record a screen, you can use it | Need to verify if AI-extracted steps are accurate |
ROI Judgment: If you have more than 3 workflows to automate per week, the $8/month investment is a steal. If you're an occasional user, the 100 free credits and permanent free recording extraction are plenty.
Is it a crowd-pleaser?
The "Aha!" Moments:
- Zero Friction: No installation required; just open your browser and record. Compared to RPA tools like UiPath that take forever to set up, this is a breath of fresh air.
- "Intent Understanding" over "Coordinate Recording": The AI understands what you are trying to do, not just which pixel you clicked. It still works even if button positions change.
User Buzz:
"Screen recording -> markdown for AI agents is clever. No install, browser-based, works with any app -- that's the right friction-free approach. SkillForge could be huge for building agent training data." -- @PineapplesDev
Real Feedback:
Positive: "Just by feeding it a video, the AI automatically generates logic like 'click here, input this'... It's not just a macro recording; the key is that the AI understands the 'intent' and turns it into code." -- @ai_negi_lab_com
Critique: No significant negative feedback yet (the product is less than a week old with low community discussion).
For Indie Developers
Tech Stack
- Frontend: Web app, runs in-browser, no install.
- Backend: Cloud-based AI processing (specific stack undisclosed).
- AI/Model: Frame-by-frame video analysis + action extraction (clicks, typing, navigation) to generate structured Markdown.
- Output Format: SKILL.md, compatible with the agentskills.io standard.
- Infrastructure: Likely cloud-deployed; recording data is uploaded to servers for processing.
Core Implementation
The technical challenge for SkillForge lies in "Video Understanding -> Structured Action Extraction." It's not simple OCR or pixel-level recording; it needs to understand the action—which button was clicked, what text was entered, and which app was switched to. This requires multimodal AI (visual understanding + action semantic analysis). The resulting SKILL.md is a structured file containing step descriptions, action types, and target elements that Agent frameworks can parse and execute.

Four-step process: Record -> Extract -> Review & Edit -> Feed to Your Agent. The fourth step is highlighted with a purple border to emphasize that the final output is a skill file ready for Agent execution.
Open Source Status
- SkillForge (skillforge.expert) is closed-source.
- Similar Open Source Projects:
- lhassa8/skillforge: Anthropic Agent Skills dev kit, a CLI tool to generate SKILL.md from templates/AI.
- tripleyak/SkillForge: Meta-skills for Claude Code Skills generation.
- AI-SkillForge: A CLI tool that generates SKILL.md from natural language descriptions.
- Build-it-yourself Difficulty: High. The core difficulty is training the video understanding model and ensuring action extraction accuracy. Using GPT-4o/Gemini's video capabilities + custom parsing logic, an MVP could take 2-3 person-months, but reaching high precision requires significant iteration.
Business Model
- Monetization: Freemium + Monthly Subscription.
- Pricing: Free recording/extraction / $8/month for full features (includes 7-day trial).
- User Base: Undisclosed. Based on 84 PH votes and low social media buzz, likely in the hundreds of early users.
Giant Risk
This is a real concern. OpenClaw itself, Anthropic (Claude Agent Skills), and even Vercel (agent-skills) are building out Skill ecosystems. If OpenClaw officially integrates a "record-to-skill" feature, SkillForge's core value proposition vanishes. However, in the short term (3-6 months), giants are focused on Agent runtime stability; "skill creation tools" aren't the priority yet. SkillForge has a window of opportunity.
For Product Managers
Pain Point Analysis
- Problem Solved: AI Agents can execute tasks, but "telling the Agent how to do it" (creating SKILL.md) is still manual. Developers have to write extensive step descriptions and error handling. Non-developers are locked out.
- Severity: High-frequency pain point. Every one of the 5,705 skills on OpenClaw's ClawHub was handwritten. Since everyone's workflow is unique, community coverage will never be 100%.
User Personas
- Persona 1: AI power users who use OpenClaw/Claude but are tired of manually writing SKILL.md files.
- Persona 2: Ops/Admin staff who perform repetitive tasks but don't code.
- Persona 3: Team leads looking to standardize and delegate workflows to Agents.
Feature Breakdown
| Feature | Type | Description |
|---|---|---|
| In-browser Recording | Core | No install, lowers the entry barrier |
| AI Frame-by-frame Extraction | Core | Understands "intent" rather than just coordinates |
| Step Editing/Reordering | Core | Allows users to verify and fix AI output |
| SKILL.md Export | Core | Compatible with major Agent frameworks |
| Cross-app Support | Nice-to-have | Record any application |
| AI Workflow Restructuring | Nice-to-have | Uses AI to optimize step structure |
Competitive Landscape
| vs | SkillForge | ScribeHow | Trupeer | UiPath |
|---|---|---|---|---|
| Core Output | SKILL.md (Executable) | Docs/SOPs | Video Guides | RPA Bots |
| Target User | Agent Devs/Users | Training/Doc Teams | Content Teams | Enterprise Automation |
| Barrier to Entry | Very Low (Browser) | Low (Extension) | Medium (Edit) | High (Training req) |
| Pricing | $0-8/mo | $23-29/mo+ | $40-199/mo | Enterprise Pricing |
| AI Capability | Intent + Action | Screenshots + Steps | Video + Text | Process Mining |
Key Takeaways
- "Recording as the Product": Solving a high-barrier problem (scripting) with a low-barrier input (recording) is a brilliant "downward-compatible" input strategy.
- Ecosystem Alignment: By directly supporting agentskills.io and OpenClaw instead of building a proprietary standard, they leverage existing momentum.
- Precise Freemium Strategy: Keeping the core recording and extraction free is vital for early user acquisition.
For Tech Bloggers
Founder Story
- Founder: Dora (Twitter @SyncC2026)
- Background: Indie developer with limited public info. Bio reads: "Building SkillForge."
- The "Why": Clearly identified a gap in the exploding Agent Skills ecosystem. They position themselves as "The last mile to the agentic world."
Discussion Angles
- Angle 1: Is "Recording-to-Automation" reliable? How does AI handle UI changes? This "fragility" is a great technical debate topic.
- Angle 2: Privacy and Security—Uploading screen recordings to the cloud means potential exposure of passwords and trade secrets. As Agent Skills face security issues like prompt injection, recording is a high-risk data source.
- Angle 3: Is the Agent Skills ecosystem real? The SKILL.md standard is early, and AGENTS.md is also competing. This fragmentation is a great talking point.
Hype Metrics
- PH Ranking: 84 votes (moderate to low).
- HN Discussion: Three "Show HN" submissions (founder is actively promoting).
- Twitter Buzz: Very low (6 related tweets); typical for a very early product.
- Sector Heat: The Agent Skills sector is red hot. Projects like Skill Container, Skly, and SkillKit all appeared on HN in the same week.
Content Suggestions
- The Big Picture: "The 2026 Agent Skills Landscape: From Manual Coding to Screen Recording—The Barrier to Automation is Hitting Zero."
- Trend Jacking: OpenClaw is a massive AI trend in early 2026. Anything related to it gets traffic. SkillForge is a perfect entry point into that ecosystem.
For Early Adopters
Pricing Analysis
| Tier | Price | Features | Is it enough? |
|---|---|---|---|
| Free | $0 | Recording + Extraction (Permanent) + 100 Credits | Good for light use and testing |
| Paid | $8/mo | Full features + 7-day free trial | Necessary for daily use; very friendly price |
Quick Start Guide
- Setup Time: Under 5 minutes.
- Learning Curve: Very low.
- Steps:
- Go to skillforge.expert, register (get 100 free credits).
- Click "Start Recording" and do your task.
- AI extracts actions automatically after recording.
- Review and edit step descriptions.
- Export SKILL.md and feed it to your Agent.
Pitfalls & Gotchas
- Too New: Less than a week old; expect bugs and unverified AI extraction accuracy.
- Privacy Risks: Recordings go to the cloud. Do NOT record passwords or sensitive info.
- Execution Reliability: The quality of the generated SKILL.md and whether an Agent can replay it accurately depends on many variables.
Security & Privacy
- Data Storage: Cloud-based (AI needs the video on the server).
- Privacy Policy: No clear terms found on the site yet.
- Audit: No public security audits.
- Advice: Mask sensitive info while recording; use tools like SkillAudit to scan generated SKILL.md files.
Alternatives
| Alternative | Pros | Cons |
|---|---|---|
| Manual SKILL.md | Full control, local data | Slow, requires dev skills |
| AI-SkillForge (CLI) | Natural language, local | Less intuitive than recording |
| ScribeHow + Manual | High-quality docs | Extra steps to convert to SKILL.md |
| Agent Chat Mode | Zero tools | Not reusable; must describe every time |
For Investors
Market Analysis
- AI Agents Sector: $7.84B in 2025 -> $52.62B by 2030 (46.3% CAGR).
- RPA Sector: $8.12B in 2026 -> $28.6B by 2031 (28.66% CAGR).
- Positioning: SkillForge is an upstream tool in the AI Agent toolchain, specifically in "skill creation."
- TAM Estimate: If OpenClaw reaches millions of users (early 2026 data), and 10% need custom skills, $8/month per user represents a theoretical upper limit of ~$9.6M/month ARR.
Competitive Landscape
| Tier | Players | Positioning |
|---|---|---|
| Leaders | UiPath, Automation Anywhere | Enterprise RPA |
| Mid-tier | ScribeHow, Trupeer, Tango | Documentation/Process Recording |
| New Entrants | SkillForge, AI-SkillForge, SkillKit | Dedicated Agent Skill Tools |
Timing Analysis
- Why Now?: OpenClaw grew from an experiment to a top GitHub project between Nov 2025 and Feb 2026. The ecosystem went from 0 to 5,705 skills in 3 months. The ecosystem is booming, but tools are lagging.
- Tech Maturity: Multimodal AI (video understanding) reached usable levels in 2025-2026, making "recording-to-structure" possible.
- Market Readiness: High. Users are already manually writing SKILL.md files; the pain point is validated.
Team & Funding
- Founder: Dora (@SyncC2026), indie developer.
- Core Team: Not public; likely 1-3 people.
- Funding: Undisclosed; likely bootstrapped.
Conclusion
SkillForge has launched at the perfect moment for the Agent Skills explosion. By using 'recording' as a low-friction solution to the 'slow skill creation' problem, it hits a clear pain point. It's very early, but the vision is sharp, the pricing is fair, and the entry angle is precise.
| User Type | Recommendation |
|---|---|
| Developers | Worth a shot. If you use OpenClaw/Claude, this is much faster than manual writing. Just check the output quality. |
| Product Managers | Watch this. The 'recording as automation' paradigm is inspiring, and their ecosystem strategy is a great case study. |
| Bloggers | Great topic. The Agent Skills sector is hot, and SkillForge is a perfect hook for 'Agent Ecosystem' content. |
| Early Adopters | Try it. Free recording + 100 credits means zero risk. Just watch your privacy. |
| Investors | Watchlist. Great sector, but team info is opaque and the product is very early. |
Resource Links
| Resource | Link |
|---|---|
| Official Site | https://skillforge.expert/ |
| ProductHunt | https://www.producthunt.com/products/skillforge-2 |
| HN Discussion | https://news.ycombinator.com/item?id=47039350 |
| Founder Twitter | https://twitter.com/SyncC2026 |
| OpenClaw (Ecosystem) | https://docs.openclaw.ai/tools/skills |
| agentskills.io (Standard) | https://agentskills.io/ |
| SkillAudit (Security) | https://skillaudit.vercel.app/ |
2026-02-24 | Trend-Tracker v7.3