tarkov-api
Security-focused Tarkov.dev + optional EFT Wiki operations for hardcore Escape from Tarkov players. Use when users want reliable EFT data lookups (items, prices, ammo comparison, tasks, map bosses, service status), stash valuation snapshots, trader flip detection, and map-risk/raid-kit recommendations. Use wiki lookups conditionally for validation or patch-sensitive context, with safe endpoint and query controls.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/cole-z/tarkov-apiWhat This Skill Does
The tarkov-api skill is a high-performance utility designed for Escape from Tarkov players to interface with the Tarkov.dev GraphQL API and the official EFT Wiki. It serves as a central hub for real-time game data, enabling players to make informed decisions about their stash, market trades, and raid loadouts without leaving the OpenClaw environment. By abstracting complex GraphQL queries into simple, secure CLI subcommands, this skill provides reliable insights into item pricing, ammo efficacy, quest requirements, boss spawns, and map-specific risk analysis.
Installation
To integrate this skill into your OpenClaw agent, execute the following command in your terminal:
clawhub install openclaw/skills/skills/cole-z/tarkov-api
Ensure your local environment is configured to allow outbound HTTPS requests to the Tarkov.dev API and the EFT Wiki, as the script relies on these endpoints to retrieve live data. No complex dependencies are required beyond the standard OpenClaw Python runtime environment.
Use Cases
This skill is built for various player personas. For the trader-focused player, it provides 'trader-flip' detection to identify profitable market gaps. For the quest-grinder, 'task-lookup' offers rapid access to objective chains and prerequisite dependencies. For the tactical player, 'map-risk' and 'raid-kit' generate intelligent recommendations for gear and ammo based on the map and current mission objectives. Additionally, it serves as a rapid health monitor for game services.
Example Prompts
- 'Check the current price of a GPU and see if there are any profitable flipping opportunities for high-tier ammo right now.'
- 'I am heading to Customs for the Setup and Bullshit tasks. Can you recommend a raid loadout and let me know if there are any bosses likely to spawn?'
- 'Compare the penetration and damage stats for 5.56x45mm M855A1, M856A1, and M995 so I know which one to prioritize for my next raid.'
Tips & Limitations
- Safety First: The skill is designed with safety in mind. Avoid using the 'raw' mode unless necessary. Always treat community-edited wiki data with a grain of salt by cross-checking critical information in-game.
- Rate Limiting: Queries are throttled by the underlying API; keep your usage within reasonable limits to ensure consistent performance.
- Data Integrity: While the tool is excellent for analysis, remember that the game meta shifts rapidly; use the 'status' command to verify if services are operational before planning high-stakes raids based on market data.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-cole-z-tarkov-api": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, external-api
Related Skills
govee-control
Script-free Govee OpenAPI setup and control guide. Use when the user wants to get a Govee API key, connect Govee, list devices, check state, or send power/brightness/color commands with secure key handling.
govee-api-assist
DEPRECATED. This skill is retained only for migration. Use @Cole-Z/govee-control for current Govee OpenAPI setup and control guidance.