registries/antigravity/skills/replicate-models/SKILL.md
npx skillsauth add ariffazil/openclaw-workspace replicate-modelsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
https://replicate.com/{owner}/{model}/llms.txtAccept: text/markdown when requesting docs pages.GET /v1/search?query=... returns models, collections, and docs.GET /v1/collections for curated groups. The official collection is always warm with stable APIs.GET /v1/models/{owner}/{name} → model.latest_version.openapi_schema.components.schemas.Input.properties. Always fetch before running — schemas change.Prefer official models (warm, stable, predictable pricing). Prefer latest versions. Run count can be misleading — recency matters more.
Build a shortlist, then compare on four axes:
| Axis | How to check |
|------|-------------|
| Speed | metrics.predict_time on completed predictions |
| Cost | Official = per-run. Community = GPU-seconds. Run a few and check metrics |
| Quality | Same prompt through each model. Match to your use case, not a leaderboard |
| Capabilities | Input schema: reference images, masks, aspect ratios, streaming, multi-image |
Tradeoffs: smaller = cheaper/slower; schnell/turbo = faster/pricier; pro/max = best/slowest; ControlNet = most control/most setup.
Workflow: choose → get schema → create prediction → poll → return output.
# Create
POST /v1/predictions
# Poll
GET /v1/predictions/{id}
Output methods:
id, loop until status == succeededPrefer: wait header — blocking, max 60s, only for very fast modelswebhook URL + webhook_events_filter (start, output, logs, completed). Validate with Webhook-ID, Webhook-Timestamp, Webhook-SignatureGuidelines:
POST /v1/predictions for official and community modelsminimum, maximum, enum)lifetime to auto-cancel (30s, 5m, 1h)Model identifiers:
owner/name (routes to latest)owner/name:version_id (must pin; can cold-boot)Chain models by passing output URLs as inputs to the next. Start independent predictions in parallel. Output URLs are valid for 1 hour.
development
Federation-wide gold (XAUUSD) trading capability. Python stack, OANDA broker, backtesting, macro signals, RSI strategy. Every organ has a role.
development
Capital claim state management — tracks claim lifecycle across WEALTH organ.
development
Archived constitutional warga placeholder retained only for audit provenance. Do not use for active work; use the live arifOS governance and constitutional skills instead.
testing
Warga (citizen) agent skills for AAA federation members. See subdirectories for specialized warga skills.