# Send Gtm System 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "gtm-system",
    "name": "Gtm System",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/aronchick/gtm-system",
    "canonicalUrl": "https://clawhub.ai/aronchick/gtm-system",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/gtm-system",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gtm-system",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "QUICK_START.md",
      "README.md",
      "RESEARCH_GTM_TOOLS.md",
      "SETUP_REPORT.md",
      "SKILL.md",
      "gerstner-2week-sprint-plan.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "gtm-system",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-04T00:17:34.723Z",
      "expiresAt": "2026-05-11T00:17:34.723Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gtm-system",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gtm-system",
        "contentDisposition": "attachment; filename=\"gtm-system-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "gtm-system"
      },
      "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/gtm-system"
    },
    "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/gtm-system",
    "downloadUrl": "https://openagent3.xyz/downloads/gtm-system",
    "agentUrl": "https://openagent3.xyz/skills/gtm-system/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gtm-system/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gtm-system/agent.md"
  }
}
```
## Documentation

### GTM Tracking System Skill

A Go-To-Market tracking system for Expanso/Prometheus.

### Location

/home/daaronch/.openclaw/workspace/gtm-system/

### CLI Tool

python3 /home/daaronch/.openclaw/workspace/gtm-system/scripts/gtm.py [command]

### Daily Operations

# Get today's actions and priorities
python3 scripts/gtm.py actions

# Generate digest for Telegram
python3 scripts/gtm.py digest

# View pipeline
python3 scripts/gtm.py pipeline

# List unprocessed signals
python3 scripts/gtm.py signals

### Contact Management

# Add a contact
python3 scripts/gtm.py add-contact "Name" "email@co.com" --company "Company" --role "CTO"

# List contacts
python3 scripts/gtm.py contacts

### Opportunity Management

# Create opportunity
python3 scripts/gtm.py add-opp "Company Name" --contact 1 --description "Interested in Bacalhau" --priority 3

# Move stage (awareness → interest → evaluation → negotiation → closed_won/closed_lost)
python3 scripts/gtm.py move-stage 1 evaluation

# Log an interaction
python3 scripts/gtm.py log "Had demo call, very interested" --opp 1

### Reminders

# Set a reminder
python3 scripts/gtm.py remind "Send pricing proposal" --opp 1 --date 2024-02-15

# Complete a reminder
python3 scripts/gtm.py complete 1

### Crawling

# Run all crawlers (HN, Reddit, GitHub)
python3 scripts/gtm.py crawl

# Run specific crawlers
python3 scripts/gtm.py crawl --sources hn,github

# Mark signal as processed
python3 scripts/gtm.py process-signal 1

### Keywords

# Add a tracking keyword
python3 scripts/gtm.py add-keyword "new-keyword" --category domain --weight 1.5

### Pipeline Stages

awareness - They know we exist
interest - Showed interest, had initial contact
evaluation - Actively evaluating, demos, trials
negotiation - Discussing terms/pricing
closed_won - Deal closed successfully
closed_lost - Deal lost

### Database Location

/home/daaronch/.openclaw/workspace/gtm-system/data/gtm.db (SQLite)

### Natural Language Queries

When user asks about GTM/pipeline/opportunities, use the CLI to fetch data and summarize:

"What's in my pipeline?" → Run pipeline command
"Any follow-ups today?" → Run actions command
"Add a contact..." → Use add-contact command
"Check for new opportunities" → Run crawl then signals
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: aronchick
- 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-04T00:17:34.723Z
- Expires at: 2026-05-11T00:17:34.723Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/gtm-system)
- [Send to Agent page](https://openagent3.xyz/skills/gtm-system/agent)
- [JSON manifest](https://openagent3.xyz/skills/gtm-system/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/gtm-system/agent.md)
- [Download page](https://openagent3.xyz/downloads/gtm-system)