← Back to Skills Marketplace
9507
Downloads
15
Stars
5
Active Installs
3
Versions
Install in OpenClaw
/install myfeed
Description
Manage MyFeed things and groups via the MyFeed REST API.
Usage Guidance
Install only if you trust MyFeed and are comfortable giving the agent a full-access MyFeed API key. Confirm event descriptions, times, alarms, group IDs, and phone numbers before running create commands, and only invite contacts where you have appropriate permission.
Capability Analysis
Type: OpenClaw Skill
Name: myfeed
Version: 2.0.1
The skill bundle is benign. It provides instructions and examples for interacting with the MyFeed REST API using `curl` and `jq`. All API calls are directed to `https://skill.myfeed.life/api` and use the `Myfeed_API_KEY` for authentication, which is consistent with the stated purpose of managing MyFeed data. There is no evidence of intentional malicious behavior such as data exfiltration, unauthorized command execution, persistence mechanisms, or prompt injection attempts against the AI agent in `SKILL.md`.
Capability Assessment
Purpose & Capability
The documented actions match the stated purpose: create MyFeed items, invite friends or groups, and list groups through the MyFeed REST API. These actions can modify the user's MyFeed account and notify other people.
Instruction Scope
The skill provides user-directed curl and jq examples only. It clearly sends event details, group IDs, and phone numbers to https://skill.myfeed.life/api, but privacy and consent guidance for invitee phone numbers is limited.
Install Mechanism
The artifact contains only Markdown files, with no executable installer, package hook, script, or background setup mechanism.
Credentials
Requiring jq and Myfeed_API_KEY is proportionate for a REST API helper. The skill warns that the API key provides full MyFeed account access and should be kept secret.
Persistence & Privilege
No persistence, privilege escalation, local credential scraping, broad local indexing, or background worker behavior appears in the artifacts.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install myfeed - After installation, invoke the skill by name or use
/myfeed - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.1
- Fixed a typo in the environment variable name; it is now consistently Myfeed_API_KEY in all setup instructions and usage examples.
- Corrected example usage commands to use the proper API key environment variable casing.
- No functional or code changes; documentation update only.
v2.0.0
myfeed 2.0.0 changelog
- Added README.md file with documentation and usage instructions.
- Updated SKILL.md to include a homepage link (https://myfeed.life).
v1.0.0
my-life-feed skill initial release:
- Manage "things" and groups using the MyFeed REST API.
- Add things for friends (by phone number) and groups (by group ID), with customizable reminders.
- List and filter your groups to obtain group IDs.
- Includes setup instructions for API key and environment.
- Provides example curl commands for common actions: creating things, inviting friends/groups, and listing groups.
- Notes on API rate limits and security best practices.
Metadata
Frequently Asked Questions
What is My Life Feed?
Manage MyFeed things and groups via the MyFeed REST API. It is an AI Agent Skill for Claude Code / OpenClaw, with 9507 downloads so far.
How do I install My Life Feed?
Run "/install myfeed" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is My Life Feed free?
Yes, My Life Feed is completely free (open-source). You can download, install and use it at no cost.
Which platforms does My Life Feed support?
My Life Feed is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created My Life Feed?
It is built and maintained by l-fy (@l-fy); the current version is v2.0.1.
More Skills