AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Template

skill-apify-awesome-skills-template · by apify

A Claude skill from apify/awesome-skills.

No reviews yet
0 installs
15 views
0.0% view→install

Install

$ agentstack add skill-apify-awesome-skills-template

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-apify-awesome-skills-template)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Template? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

REPLACE: Skill Title

REPLACE: One-line summary of what this skill helps the agent accomplish.

Prerequisites

Workflow

  1. REPLACE: Understand the user's goal, pick the right Actor(s).
  2. REPLACE: Fetch the Actor's input schema, build a valid input.
  3. REPLACE: Run the Actor, confirm with user if estimated cost is significant.
  4. REPLACE: Deliver results (count, format, link to dataset/console).

For a worked 4-step workflow, see apify/agent-skills ultimate-scraper.

Actor routing

| User need | Actor ID | Tier | Best for | |-----------|----------|------|----------| | REPLACE | apify/REPLACE-actor | apify | REPLACE | | REPLACE | community/REPLACE-actor | community | REPLACE |

Tier = apify (Apify-maintained, prefer) or community (third-party).

Calling Actors — choose your interface

Skills in this repo can call Actors via any of these interfaces. Pick the one that fits your runtime; cross-tool compatibility is your responsibility.

Option A: Apify CLI (recommended for portability)

Works in any shell-capable agent. Three flags on every call:

apify actors call "ACTORID" -i 'JSONINPUT' \ --json \ --user-agent apify-awesome-skills/REPLACE-skill-name \ 2>/dev/null

| Flag | Why | |------|-----| | --json | Stable machine-readable output | | --user-agent | Apify telemetry attribution | | 2>/dev/null | Suppress progress messages that break JSON |

Other useful commands:

# Search Actors apify actors search "KEYWORDS" --json --limit 10 2>/dev/null

# Fetch Actor schema apify actors info "ACTOR_ID" --input --json \ --user-agent apify-awesome-skills/REPLACE-skill-name 2>/dev/null

# Fetch results apify datasets get-items DATASET_ID --format json \ --user-agent apify-awesome-skills/REPLACE-skill-name 2>/dev/null

For the canonical command set with all flags, see apify/agent-skills ultimate-scraper.

Option B: Apify MCP connector

Hosted MCP server at . Documented at .

Option C: MCP client of your choice (e.g. mcpc)

Standalone CLI client. See .

Troubleshooting

  • REPLACE: common error 1 → fix
  • REPLACE: common error 2 → fix
  • For detailed cost guardrails and recovery, see [references/gotchas.md](references/gotchas.md).

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.