skills$openclaw/startups
networkingit7.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

7.4k stars1.3k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namestartups
descriptionResearch startups, funding rounds, acquisitions, and hiring trends via startups.in OpenClaw Skills integration.
ownernetworkingit
repositorynetworkingit/startups
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @networkingit/startups
last updatedFeb 7, 2026

Maintainer

networkingit

networkingit

Maintains startups in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
274 B
SKILL.md
1.2 KB
SKILL.md

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"

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}

Public access works without auth. For enhanced access, use Moltbook identity:

X-Moltbook-Identity: {token}
README.md

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.