← Back to Skills Marketplace
Email Reader
by
wanghong5233
· GitHub ↗
· v1.0.0
· MIT-0
199
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wanghong5233-offerpilot-email-reader
Description
Classify hiring emails and sync job status.
Usage Guidance
This skill talks to a local service at 127.0.0.1:8010 to ingest and classify emails and to run heartbeat/fetch operations. That is coherent for an 'email reader' backed by a local process, but you should only install it if you run or trust the backend service it targets. Before installing: (1) confirm which local service will be listening on port 8010 and review its code/config to ensure it uses proper mailbox credentials and does not exfiltrate data; (2) verify the backend enforces auth and isn't accidentally exposed to the network; (3) be aware that enabling cron/heartbeat will cause periodic local calls — review and control scheduling; (4) if you don't have the backend, the skill's calls will fail (or could hit a different local service if the port is repurposed). If you cannot review the backend, treat this skill as untrusted.
Capability Analysis
Type: OpenClaw Skill
Name: wanghong5233-offerpilot-email-reader
Version: 1.0.0
The email-reader skill is designed to interface with a local backend service (OfferPilot) running on 127.0.0.1:8010 to classify job-related emails and sync application statuses. It uses standard curl commands to interact with local API endpoints for ingesting, fetching, and monitoring email processing tasks. The workflow and instructions in SKILL.md are consistent with the stated purpose, and no evidence of data exfiltration to external domains or malicious execution was found.
Capability Assessment
Purpose & Capability
Skill name/description (classify hiring emails and sync job status) align with the documented runtime actions: POST/GET calls to /api/email/* endpoints for ingest, fetch, recent, and heartbeat operations on a local service.
Instruction Scope
Instructions only call a local HTTP backend (127.0.0.1:8010) and provide curl templates for ingest/fetch/history/heartbeat; they do not read arbitrary files or require environment variables. Note: invoking localhost endpoints gives the skill access to whatever local service runs on that port — expected for this use case but worth verifying the backend's behavior.
Install Mechanism
Instruction-only skill with no install spec or code files — nothing is written to disk by the skill itself.
Credentials
No environment variables, credentials, or config paths are requested. The skill assumes a local backend handles mailbox auth; absence of declared credentials is coherent but means you should verify the backend's auth model.
Persistence & Privilege
Skill is not always-on and does not ask to modify other skills or system settings. Model invocation is allowed (normal default) but not elevated beyond typical agent behavior.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wanghong5233-offerpilot-email-reader - After installation, invoke the skill by name or use
/wanghong5233-offerpilot-email-reader - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
OfferPilot phase-6 update
Metadata
Frequently Asked Questions
What is Email Reader?
Classify hiring emails and sync job status. It is an AI Agent Skill for Claude Code / OpenClaw, with 199 downloads so far.
How do I install Email Reader?
Run "/install wanghong5233-offerpilot-email-reader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Email Reader free?
Yes, Email Reader is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Email Reader support?
Email Reader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Email Reader?
It is built and maintained by wanghong5233 (@wanghong5233); the current version is v1.0.0.
More Skills