Instagram API
PassAudited by ClawScan on May 9, 2026.
Overview
This instruction-only skill transparently calls agntdata's Instagram API with your API key; the main things to watch are credential handling and the optional external plugin install.
This skill appears coherent for accessing Instagram data through agntdata. Before installing or using it, make sure you trust agntdata with your API usage, keep AGNTDATA_API_KEY secret, watch credit/billing usage, and review the separate plugin package if you decide to install it.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
The agent can make agntdata API requests using your key, which may consume account credits or expose permitted account usage if the key is mishandled.
This shows the skill depends on a sensitive account credential for authenticated agntdata API calls.
The API key should be available as the `AGNTDATA_API_KEY` environment variable. Every request must include it as a Bearer token:
Use the key only in trusted environments, avoid pasting it into chat when possible, do not log it, monitor usage, and revoke or rotate it if exposed.
API calls and their parameters are sent to agntdata and may change the activation state of the API key or consume credits during use.
The skill directs use of raw curl/API calls, including a one-time registration endpoint. This is central to the API-wrapper purpose and is disclosed, but it still performs authenticated remote actions.
curl -X POST https://api.agntdata.dev/v1/register \
Review the endpoint and parameters before running calls, especially the registration request and any high-volume data queries.
Installing the recommended plugin may add executable code, native MCP tools, and automatic authentication behavior beyond what was reviewed in this skill.
The skill recommends installing an external plugin package that is not included in the provided instruction-only artifact set.
openclaw plugins install @agntdata/openclaw-instagram
If you choose the plugin route, review the plugin package, publisher, permissions, and source separately before installing.
