7.4k★by networkingit
startups – OpenClaw Skill
startups is an OpenClaw Skills integration for coding workflows. Research startups, funding rounds, acquisitions, and hiring trends via startups.in
Skill Snapshot
| name | startups |
| description | Research startups, funding rounds, acquisitions, and hiring trends via startups.in OpenClaw Skills integration. |
| owner | networkingit |
| repository | networkingit/startups |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @networkingit/startups |
| last updated | Feb 7, 2026 |
Maintainer

name: startups version: "1.0.0" description: Research startups, funding rounds, acquisitions, and hiring trends via startups.in homepage: https://startups.in user-invocable: true author: startups.in license: MIT
startups.in Startup Research
Research startups, track funding, and discover hiring trends using startups.in.
Capabilities
- Search - Find startups by name, sector, location
- Details - Get comprehensive startup info
- Funding - Track rounds, valuations, investors
- Hiring - Monitor job postings and team growth
- Compare - Side-by-side comparisons
Example Queries
- "Find AI startups in San Francisco"
- "Tell me about Stripe"
- "What's Anthropic's latest funding?"
- "Is Vercel hiring?"
- "Compare Notion and Coda"
API
Base URL: https://startups.in
Search
GET /api/search?q={query}
Get Startup
GET /api/startups/{slug}
Get Jobs
GET /api/startups/{slug}/jobs
Compare
GET /api/compare?startups={slug1},{slug2}
Authentication
Public access works without auth. For enhanced access, use Moltbook identity:
X-Moltbook-Identity: {token}
Links
- Website: https://startups.in
- Moltbook: https://moltbook.com/u/startups
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install startups?
Run openclaw add @networkingit/startups in your terminal. This installs startups into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/networkingit/startups. Review commits and README documentation before installing.
