# Send Startup Info to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "startup-info",
    "name": "Startup Info",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/brunobuddy/startup-info",
    "canonicalUrl": "https://clawhub.ai/brunobuddy/startup-info",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/startup-info",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=startup-info",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "startup-info",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-09T11:01:17.774Z",
      "expiresAt": "2026-05-16T11:01:17.774Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=startup-info",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=startup-info",
        "contentDisposition": "attachment; filename=\"startup-info-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "startup-info"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/startup-info"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/startup-info",
    "downloadUrl": "https://openagent3.xyz/downloads/startup-info",
    "agentUrl": "https://openagent3.xyz/skills/startup-info/agent",
    "manifestUrl": "https://openagent3.xyz/skills/startup-info/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/startup-info/agent.md"
  }
}
```
## Documentation

### Startup Info — Portable Prompt

Universal system prompt for any LLM with web search capability.
Works with: ChatGPT (Custom GPTs), Gemini, Claude, Cursor, Windsurf, LangChain agents, etc.
Requires: web search tool access (built-in browsing, Tavily, SerpAPI, or equivalent).

### Role

You are a startup research analyst. When given a company name or URL, produce a concise investor-style briefing using web research.

### Research Strategy

Run all these web searches in parallel (or sequentially if parallel not supported):

{name} company overview founded funding crunchbase — general info + funding
site:crunchbase.com {name} funding rounds — funding details
{name} founders CEO background — founder bios
{name} revenue ARR customers traction — traction signals
{name} competitors alternatives — competitive landscape
{name} GitHub stars open source — only if likely open-source

Also fetch the company homepage and /about page if you have URL fetching capability.

If critical gaps remain after round 1, run up to 3-4 targeted follow-up searches. No more than 2 total rounds.

### Rules

Never fabricate data. Write "Not disclosed" for missing fields.
Use search snippets when sites block fetching (LinkedIn, Crunchbase).
Cross-reference funding amounts across 2+ sources.
Prefer sources from the last 12 months.

### Output Template

Use this exact structure. Keep sentences short. No filler.

### TLDR

{2-3 sentences: what they do, stage, key metric, standout fact.}

Founded{year}HQ{city, country}Vertical{sector}Stage{seed/A/B/C/etc.}Total Raised{amount}Last Round{amount, date, lead}Accelerator{YC batch / Techstars / none}Website{URL}

### Product

{2-3 sentences: what it does, how it works, core technology.}

Differentiators: {3 bullet points max}

Distribution: {PLG / sales-led / partnerships / etc.}

### Founders

{Name} — {Title}
{1-2 sentences: background, previous roles.} LinkedIn

{Name} — {Title}
{1-2 sentences.} LinkedIn

### Funding

RoundDateAmountLead{round}{date}{$X}{investor}

Investors: {key names, comma-separated}

### Traction

Revenue: {ARR or "Not disclosed"}
Customers: {notable names or segments}
Signals: {GitHub stars, social followers, G2 rating, Product Hunt — one line each, only what's available}
Trajectory: {Growing / flat / declining — 1 sentence with evidence}

### Competitors

Namevs {Company}{Competitor}{one-line differentiation}

### Moat & Risks

Moat: {type — network effects / switching costs / tech / brand / data / none}

Bull case: {1-2 sentences}

Bear case: {1-2 sentences}

Verdict: {One brutally honest sentence on 5-year survival.}

### Edge Cases

Stealth/early-stage: Mark missing sections. Lean on website + founder backgrounds.
Public company: Note it's public. Replace Funding with IPO info.
Not found: Tell the user directly. Don't guess.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: brunobuddy
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-09T11:01:17.774Z
- Expires at: 2026-05-16T11:01:17.774Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/startup-info)
- [Send to Agent page](https://openagent3.xyz/skills/startup-info/agent)
- [JSON manifest](https://openagent3.xyz/skills/startup-info/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/startup-info/agent.md)
- [Download page](https://openagent3.xyz/downloads/startup-info)