apify-osint-threat-intel

apify-osint-threat-intel is a skill for Claude Code, Codex from apify/awesome-skills. It costs 144 tokens per session (3,278 once invoked), scanned A, original, Apache-2.0.

A workflow for gathering current security intelligence through Apify, a service that runs web-scraping programs. It covers vulnerabilities, breaches, malicious IP addresses, security advisories, exploits, and threat actors.

In plain words
What is it for?
Checking CVEs, investigating possible breaches, assessing an IP or domain, researching threat actors and recent exploits, and monitoring security news.
Why use it?
Security information changes often, so it requires live data before answering instead of relying only on older built-in knowledge.

Skill for Claude CodeCodex

Written for Claude Code: shipped in a Claude Code plugin.

Part of the awesome-skills plugin — 23 skills shipped together

Good fit Checking CVEs, investigating possible breaches, assessing an IP or domain, researching threat actors and recent exploits, and monitoring security news.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/apify/awesome-skills/apify-osint-threat-intel
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add apify/awesome-skills --skill apify-osint-threat-intel
Clone the repo
git clone --depth 1 https://github.com/apify/awesome-skills

Made for: Claude Code, Codex.

Or install awesome-skills, the plugin that ships this one along with the rest of its 23 skills.

Its marketplace also offers this one on its own, as the plugin apify-osint-threat-intel/plugin install apify-osint-threat-intel after adding the marketplace above.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for apify-osint-threat-intel

README.md
[![agentmods](https://agentmods.dev/badge/skills/apify/awesome-skills/apify-osint-threat-intel/github.svg)](https://agentmods.dev/skills/apify/awesome-skills/apify-osint-threat-intel)
Your own site
<a href="https://agentmods.dev/skills/apify/awesome-skills/apify-osint-threat-intel"><img src="https://agentmods.dev/badge/skills/apify/awesome-skills/apify-osint-threat-intel/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for apify-osint-threat-intel

Your own site · 80×15
<a href="https://agentmods.dev/skills/apify/awesome-skills/apify-osint-threat-intel"><img src="https://agentmods.dev/badge/skills/apify/awesome-skills/apify-osint-threat-intel.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 144 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,278 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00144 $0.03278
Opus 5 $0.00072 $0.01639
Sonnet 5 $0.00029 $0.00656
Haiku 4.5 $0.00014 $0.00328

Measured 12d ago against content hash 661d70c1c786, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

apify-osint-threat-intel scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/apify-osint-threat-intel/SKILL.md · 277 lines

How it starts

The opening of the file, as written. The whole thing — 277 lines — stays where its author put it; the contents beside it link to each section on GitHub.

OSINT Threat Intelligence

Real-time security intelligence powered by live threat data via Apify actors. Never answer security questions from training knowledge alone. CVEs, breaches, and threat actor activity change daily — always gather live data first, then analyze.


Prerequisites

CLI rules (always follow)

Always pass --user-agent apify-awesome-skills/apify-osint-threat-intel on every apify CLI call — it's critical for telemetry, never omit it.

apify actors call "ACTOR_ID" -i 'INPUT_JSON' --user-agent apify-awesome-skills/apify-osint-threat-intel --json 2>/dev/null
apify datasets get-items DATASET_ID --format json --user-agent apify-awesome-skills/apify-osint-threat-intel > /tmp/results.json 2>/dev/null
jq '.[] | "\(.field1) | \(.field2)"' /tmp/results.json
apify actors info "ACTOR_ID" --input --user-agent apify-awesome-skills/apify-osint-threat-intel --json 2>/dev/null   # check schema

Actor Routing Table

Data Need Actor ID Notes
CVE lookup apify/google-search-scraper Query: site:nvd.nist.gov [product] [version]
NVD full record apify/website-content-crawler URL: nvd.nist.gov/vuln/detail/CVE-XXXX-XXXXX
CISA known exploited apify/rag-web-browser URL: cisa.gov/known-exploited-vulnerabilities-catalog
GitHub advisories apify/rag-web-browser URL: github.com/advisories?query=[product]
Exploit-DB search apify/google-search-scraper Query: site:exploit-db.com [product] [version]
Security news data_xplorer/google-news-scraper-fast Keywords: "[target]" vulnerability OR exploit OR breach
Reddit threat discussion trudax/reddit-scraper searchCommunityName: netsec OR cybersecurity. Paid rental Actor (~$45/month after free trial) — warn the user before Reddit steps; every other Actor here is pay-per-use.
Threat intel Twitter/X apidojo/tweet-scraper Keywords: #threatintel [target], search mode
Breach mention search apify/google-search-scraper Query: "[domain]" site:pastebin.com OR intext:breach
Vendor security advisory apify/website-content-crawler Direct vendor security page URL
Shodan exposure hints apify/google-search-scraper Query: site:shodan.io "[domain OR org name]"
Threat actor research apify/rag-web-browser MITRE ATT&CK: attack.mitre.org/groups/

Read the full file on GitHub · 277 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 277 lines · 144 tokens per session scan A 661d70c1c786

Subscribe to this mod's changes

apify-osint-threat-intel is a skill published in the GitHub repository apify/awesome-skills (252 stars, last pushed today), licensed Apache-2.0. It adds 144 tokens to every session and 3,278 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

apify-generate-output-schema

Generate output schemas (datasetschema.json, outputschema.json, keyvaluestoreschema.json) for an Apify Actor by analyzing its source code. Use when creating or updating Actor output schemas.

apify/agent-skills · 45 tokens

apify-integration-development

Design and build an official Apify integration for a company's product - workflow-automation apps (Zapier/n8n-style), AI agent plugins (coding-agent skills+MCP bundles or OpenClaw/Hermes-style harnesses), AI framework packages (LangChain/LlamaIndex-style), or direct application clients via apify-client. Use when…

apify/agent-skills · 101 tokens

apify-ultimate-scraper

Universal AI-powered web scraper for any platform. Scrape data from Instagram, Facebook, TikTok, YouTube, LinkedIn, X/Twitter, Google Maps, Google Search, Google Trends, Reddit, Airbnb, Yelp, and 15+ more platforms. Use for lead generation, brand monitoring, competitor analysis, influencer discovery, trend research…

apify/agent-skills · 97 tokens

apify-actor-development

Develop, debug, and deploy Apify Actors - serverless cloud programs for web scraping, automation, and data processing. Use when creating new Actors, modifying existing ones, or troubleshooting Actor code.

apify/agent-skills · 45 tokens

apify-actorization

Convert existing projects into Apify Actors - serverless cloud programs. Actorize JavaScript/TypeScript (SDK with Actor.init/exit), Python (async context manager), or any language (CLI wrapper). Use when migrating code to Apify, wrapping CLI tools as Actors, or adding Actor SDK to existing projects.

apify/agent-skills · 69 tokens

godot-signals-groups

Build event-driven, decoupled Godot 4.7 gameplay with signals and node groups: declare and emit custom signals, connect with Callables (incl. bind/one-shot), and broadcast to many nodes via groups and callgroup. Use when wiring node communication in a Godot project, replacing tight references with signals…

gamedev-skills/awesome-gamedev-agent-skills · 95 tokens