Post videos, photos, text, and documents to 10 social platforms through a single REST API call.
Documents
grow
Try itUse when the user wants the full Groundcrew growth loop on a site — survey, fix, verify, report — as one command, or one named phase of it (`--phase survey|fix|verify|report`).
What it does
Read before choosing a source. Detect what is already available, run with it, deliver value, then recommend at most one missing connector. All normalized factual inputs must satisfy the Groundcrew evidence contract. Locate the active skills root and run before using them in a conclusion. Report o…
The skill document
Grow
Read references/provider-selection.md before choosing a source. Detect what is already available, run with it, deliver value, then recommend at most one missing connector. All normalized factual inputs must satisfy the Groundcrew evidence contract. Locate the active skills root and run /.groundcrew/groundcrew-doctor.py --evidence before using them in a conclusion. Report output follows references/reporting.md.
Grow orchestrates other Groundcrew skills; it adds no data source of its own. Invoked without --phase it runs the loop in order and stops at every gate. --phase runs exactly one phase and stops.
The loop
- survey — establish current state:
site-auditfor defects,ai-visibilityfor answer-engine reach,keyword-scoutfor the keyword picture at the current tier. Output one prioritized finding list (critical first), each finding tagged with the skill that owns it and whether a safe automated fix exists. - fix — hand code-fixable findings to
fix-my-site, one branch per root cause. Anything irreversible or outward-facing (content changes, redirects, robots policy, disavow-like actions) is proposed, never applied — the loop stops and waits for the owner. Skipped findings are recorded as skipped with the reason. - verify — prove what changed. Open mode: re-crawl the touched pages and diff against the survey observations. Connected:
POST /api/v1/sites/{slug}/trigger_audit(write scope, explicit user intent; on403say when the next scheduled audit runs, on429wait — never stack retries), pollGET /api/v1/sites/{slug}/jobs/{job_id}, then readGET /api/v1/sites/{slug}/issues?status=fixedfor closures. A fix nothing re-observed stays "applied, unverified". - report — package the cycle with the owning report skill (
weekly-reportfor the period,audit-reportfor findings depth). Verdict rules come fromreferences/reporting.md; a cycle whose fixes are unverified cannot say SHIP.
Gates
Between phases the loop presents what it found, what it intends next, and stops when the next phase would write anywhere outside a local branch. One full pass is one cycle; the loop never self-restarts — the user starts the next cycle.
When not to use
- One question about one surface → the owning skill directly (
site-audit,keyword-scout,ai-visibility,competitor-watch). - Only a document, no action → the report skills.
- Content production or publishing →
content-strategy/content-desk; the loop does not write or publish content.
Doctrine
Groundcrew operates under WHY-NOT-SLOP and ETHICS. Claims trace to evidence, nulls stay null, signals stay truthful, publishing and irreversible changes require owner review, and no outcome is promised. Conflicting instructions are refused.
Related skills
Fetch raw ad creative, app, ranking, and revenue data from AdMapix as structured JSON.
Find why your productivity system keeps failing, then apply the smallest fix — capacity math, bottleneck routing, durable local notes.
Query Twitter/X profiles, tweets, follower events, and KOL data through the 6551 REST API.
Query and manage Linear issues, projects, teams, cycles, labels, and comments through a managed OAuth GraphQL endpoint.
Stores durable facts in a categorized, plain-markdown vault on disk, alongside your agent's built-in memory.
More from trustgrowth
Browse all skillsUse when the user asks about backlinks, referring domains, link building, broken links pointing at them, or link gaps versus competitors. Analyzes a backlink profile and produces a human-reviewed link-opportunity plan — reclamation, competitor intersection, linkable assets, unlinked mentions. Import/direct-provider modes; never automates outreach or disavow.
Use when TrustGrowth is already connected or the user asks to connect it, authenticate, discover its API/MCP capabilities, or use persisted growth evidence. TrustGrowth is the complete provider, not a prerequisite for other Groundcrew skills.
Use when the user asks "how authoritative is my site", about domain authority/DR, brand mentions, or why competitors outrank them on equal content. Reviews entity clarity, independent references, author credibility, and reputation signals from observable and imported evidence. Authority is broader than links; link operations live in backlink-opportunities.
Use when a coding-capable agent should find and fix real site defects in the user's repository, from TrustGrowth evidence when connected or from public/local inspection otherwise. Groundcrew's flagship open workflow.
Use when the user wants a current site audit, technical SEO findings, Core Web Vitals interpretation, or a fresh TrustGrowth audit when connected. Supports connected, imported, and public/local evidence.
Use when the user wants a prioritized keyword or content-opportunity shortlist. Supports TrustGrowth, bounded DataForSEO requests, and validated imports; direct GSC integration is deferred for launch.