← Back to Skills Marketplace
114
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install newsletter-init
Description
个性化信息简报生成技能。支持按需生成一次性简报或定期推送,涵盖信息搜索、筛选、整理与输出全流程。
Usage Guidance
This skill is a high-level playbook + templates for producing newsletters and is internally consistent. Before using it: (1) confirm how your agent will perform web searches and whether it will scrape social media sites (some sites require API keys or have scraping rules); (2) if you want periodic delivery, plan which delivery channel (email, Slack, etc.) to integrate and only provide the minimum credentials to the integration you trust; (3) because the SKILL.md is open-ended about data sources and selection logic, review the agent's actual actions during initial runs to ensure it only accesses permitted sources and does not post or exfiltrate content without explicit setup; (4) since the skill is instruction-only, it does not install code locally — this reduces risk but also means implementation depends on the agent/runtime environment, so verify network and scraping behaviors in a controlled test before enabling recurring automation.
Capability Analysis
Type: OpenClaw Skill
Name: newsletter-init
Version: 1.0.0
The skill bundle is a legitimate set of instructions and templates for an AI agent to generate personalized newsletters. It contains no executable code, no requests for sensitive credentials, and no suspicious network or file system activities. The files (SKILL.md and templates in the assets folder) are strictly focused on defining workflows for information searching, filtering, and formatting.
Capability Assessment
Purpose & Capability
Name/description (personalized newsletter generation) align with the contents of SKILL.md and the two included templates. There are no unexpected required binaries, environment variables, or install steps that would be disproportionate to a newsletter-generation skill.
Instruction Scope
Instructions stay within the newsletter generation scope (search, filter, organize, produce templates). However they are high-level and grant the agent broad discretion about how to perform searches (including 'social media', 'RSS', '网站') and how to implement '智能筛选' and '推送' — the SKILL.md does not specify which APIs/endpoints or delivery mechanisms to use. This is consistent with the stated purpose but is intentionally open-ended and could require additional explicit user configuration (e.g., which services to access, whether to authenticate).
Install Mechanism
Instruction-only skill with no install spec or code files that execute on the host. No downloads or archive extraction — lowest install risk.
Credentials
The skill declares no required environment variables, credentials, or config paths. That is proportional to a generic instruction template. Note: if the user enables scheduled pushes or integrations (email, Slack, social posting, RSS readers), those will require service-specific credentials which are not requested by the skill itself and should be supplied deliberately and minimally by the user.
Persistence & Privilege
always:false and user-invocable:true (defaults). The skill does not request persistent system presence or modification of other skills/configs. Autonomous invocation is allowed by platform default but the skill does not claim escalated privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install newsletter-init - After installation, invoke the skill by name or use
/newsletter-init - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of newsletter-init, a personalized newsletter generation skill.
- Supports creating one-off or scheduled newsletters, including source selection, filtering, summarization, and output.
- Customizable topics, sources, content depth, information volume, format, and section structure.
- Day-0 setup checklist for scheduled newsletters: section planning, source configuration, template customization.
- Detailed workflows for both one-off and periodic newsletter production.
- Provides multiple output templates (basic, advanced, or fully custom).
- Emphasizes high-quality sources, flexibility, and continuous feedback-based optimization.
Metadata
Frequently Asked Questions
What is newsletter-init?
个性化信息简报生成技能。支持按需生成一次性简报或定期推送,涵盖信息搜索、筛选、整理与输出全流程。 It is an AI Agent Skill for Claude Code / OpenClaw, with 114 downloads so far.
How do I install newsletter-init?
Run "/install newsletter-init" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is newsletter-init free?
Yes, newsletter-init is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does newsletter-init support?
newsletter-init is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created newsletter-init?
It is built and maintained by Nick Wong (@winsaney); the current version is v1.0.0.
More Skills