My Life Feed V2

v2.0.0

Manage MyFeed things and groups via the MyFeed REST API.

0· 72·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name and description describe managing MyFeed via its REST API and the skill only asks for an API key and the jq binary (used in examples). Both are appropriate and expected for this purpose.
Instruction Scope
SKILL.md contains curl calls to https://skill.myfeed.life/api using the declared Myfeed_API_KEY and JSON payloads for create_thing and get_groups. The instructions do not ask the agent to read unrelated files, other env vars, or system secrets. They do send user-provided phone numbers/IDs to the MyFeed API (expected for invites).
Install Mechanism
There is no install spec and no code files; this is an instruction-only skill. It requires the jq binary to be present on PATH (used in examples). That is low-risk and proportionate.
Credentials
Only a single environment variable (Myfeed_API_KEY) is required, which is appropriate for authenticating to the MyFeed API. The documentation also correctly warns the key grants full account access.
Persistence & Privilege
The skill is not marked always:true and does not request any system config or persistent privileges. Model invocation is allowed (platform default), which means the agent could call the API when invoked or autonomously per platform rules.
Assessment
This skill makes HTTP requests to https://skill.myfeed.life/api using the Myfeed_API_KEY you provide. Only install if that domain and service are ones you trust. Treat your API key as a secret: use a least-privilege key if the service supports it, monitor its usage, and be ready to revoke it if you see unexpected activity. Note that invites include phone numbers/IDs (PII) when you use the skill, so avoid passing sensitive contacts unless you intend to share them with MyFeed. If you are concerned about autonomous calls, review your agent's skill-invocation controls before enabling the skill.

Like a lobster shell, security has layers — review code before you run it.

latestvk9758xhkhegfgwnp9c1mrbpth583ztg4

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

📋 Clawdis
Binsjq
EnvMyfeed_API_KEY

Comments