← Back to Skills Marketplace
84
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install painpoint
Description
Summarizes the latest NicheStarter weekly pain-point report from the public preview API, lists top five pain points, and guides users to sign in for the full...
Usage Guidance
This skill appears to do exactly what it says: fetch a public preview API and format a weekly teaser. Before installing: 1) confirm you trust the nichestarter.ai domain and links it will include, 2) when scheduling deliveries, secure any channel credentials (email/Slack) separately — the skill does not request them but your delivery step will need them, and 3) if you persist last_sent_report_id on disk, store it in a location with appropriate permissions (avoid world-readable files on shared hosts). If you need stricter autonomy controls, note the agent can be run on a schedule but the skill does not require any special privileges or secrets.
Capability Analysis
Type: OpenClaw Skill
Name: painpoint
Version: 1.0.0
The skill is a standard integration designed to fetch and summarize weekly market research reports from a public API (nichestarter.ai). The instructions in SKILL.md and reference.md are clearly aligned with the stated purpose of providing a weekly digest, and there is no evidence of data exfiltration, malicious execution, or harmful prompt injection.
Capability Assessment
Purpose & Capability
The name/description promise (weekly pain-point preview) matches the declared data source and workflow: a single public GET to nichestarter.ai and producing a short teaser. Nothing requested (no env vars, no binaries) is out of scope for that task.
Instruction Scope
SKILL.md is narrowly scoped: call the specified public endpoint, read report/top_pain_points/cta, create a 2–4 sentence brief + top 5 list + CTAs, and obey explicit rules not to fabricate data or reveal internal env. It does suggest persisting last_sent_report_id for deduplication (expected for scheduled delivery) but otherwise does not instruct reading unrelated files or credentials.
Install Mechanism
This is an instruction-only skill with no install spec or code files. The only external URL references are the public nichestarter.ai endpoints and an optional raw SKILL.md download from the same domain. No downloads, archives, or registry packages are required.
Credentials
No environment variables, credentials, or config paths are required. The only external access is to the public API and to whatever delivery channel the user configures (email, Slack, etc.), which is appropriate for the skill's purpose.
Persistence & Privilege
The skill reasonably recommends storing a small deduplication state (last_sent_report_id) in agent memory, a file, or workflow state. This is limited persistence for scheduling; ensure that state is stored with appropriate permissions if run on a multi-user host.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install painpoint - After installation, invoke the skill by name or use
/painpoint - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
NicheStarter Weekly Report Preview skill initial release.
- Fetches and summarizes the latest weekly pain-point report from NicheStarter’s public preview API.
- Lists the top five current pain points with short, actionable context.
- Guides users to sign in for the full report and to subscribe for free weekly email updates.
- Includes clear fallback and deduplication logic for scheduled (cron/automated) delivery.
- Provides structured, concise output for email, chat, or notification channels.
Metadata
Frequently Asked Questions
What is NicheStarter — Weekly pain point preview?
Summarizes the latest NicheStarter weekly pain-point report from the public preview API, lists top five pain points, and guides users to sign in for the full... It is an AI Agent Skill for Claude Code / OpenClaw, with 84 downloads so far.
How do I install NicheStarter — Weekly pain point preview?
Run "/install painpoint" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is NicheStarter — Weekly pain point preview free?
Yes, NicheStarter — Weekly pain point preview is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does NicheStarter — Weekly pain point preview support?
NicheStarter — Weekly pain point preview is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created NicheStarter — Weekly pain point preview?
It is built and maintained by shujip (@shujip); the current version is v1.0.0.
More Skills