Agent skill · Backend & API

deepapi

Use DeepAPI for supported scraping, research, and email workflows with explicit credentials and approval.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill deepapi --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 27 KB
Bundled scripts: none
Version: b17ad5148ab7
Declared author: davidondrej
Path: skills/deepapi/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# DeepAPI ## When to Use - Use when the task needs supported DeepAPI scraping, research, or email endpoints. - Use when the user has provided or confirmed the required DeepAPI credentials and scope. Use this skill when the user asks you to scrape public web data or draft/read/send email through DeepAPI. ## Version Pinning - The installed copy is pinned to the `version` value in the frontmatter above. - If a request or API response reports a different `skillVersion`, report the mismatch and stop. Do not fetch, overwrite, or otherwise self-update this `SKILL.md`. - Updates must arrive through the reviewed repository release process, with explicit user approval for any package or repository update. ## Required Environment - Read `DEEPAPI_API_BASE_URL` from the environment. - Read `DEEPAPI_API_KEY` from the environment. - If either value is missing, stop and ask the user for setup. - Never commit, print, log, paste, or expose `DEEPAPI_API_KEY`. ## Request Rules - Send `Authorization: Bearer $DEEPAPI_API_KEY` on every request. - Send `Content-Type: application/json` when sending JSON. - Send a unique `Idempotency-Key` for every `POST`. - For scrape work, set explicit `maxCostUsd` or `ma

What's inside
Steps it walks through
  1. When to Use
  2. Version Pinning
  3. Required Environment
  4. Request Rules
  5. Execution Loop
  6. Endpoints
  7. Endpoint Details
  8. Scrape Website
  9. Scrape LinkedIn Profile
  10. Scrape GitHub Profile
  11. Search X/Twitter
  12. Scrape LinkedIn Jobs
  13. Scrape LinkedIn Company
  14. Search LinkedIn People
More from agentic-awesome-skills
All skills →
About this skill
What does the deepapi skill do?

Use DeepAPI for supported scraping, research, and email workflows with explicit credentials and approval.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill deepapi --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going