CtrlK
BlogDocsLog inGet started
Tessl Logo

blogwatcher

Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.

63

Quality

76%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

Fix and improve this skill with Tessl

tessl review fix ./skills/blogwatcher/SKILL.md

The canonical home for this skill is blogwatcher in openclaw/openclaw

SKILL.md
Quality
Evals
Security

Quality

Content

87%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The body is lean, fully actionable, and well-organized for a simple CLI-wrapper skill, but its batch operations (scan, read-all) lack any validation or verification guidance, which caps workflow clarity.

Suggestions

Add a brief verification step after batch operations, e.g. confirm new articles with `blogwatcher articles` after `scan`, or check counts before `read-all`, to provide a validation checkpoint.

Optionally sequence the Common commands as an explicit numbered quick-start flow (add -> scan -> articles -> read) so the intended first-run workflow is unambiguous.

Note how to discover flags/options (already hinted in Notes) next to the commands that most need them, e.g. `blogwatcher scan --help` for scan-specific options.

DimensionReasoningScore

Conciseness

Lean and efficient: short labeled sections (Install, Quick start, Common commands, Example output, Notes) with no padding or explanation of concepts Claude already knows; every line earns its place.

5 / 5

Actionability

Fully executable, copy-paste-ready commands (go install, blogwatcher add/list/scan/articles/read/read-all/remove) with real example output covering the common cases.

5 / 5

Workflow Clarity

A usable implicit sequence (add -> scan -> list articles -> mark read) exists, but batch operations (scan, read-all) have no validation/verification steps, capping workflow clarity at 3 per the rubric's batch-operation rule.

3 / 5

Progressive Disclosure

A short (<50 line) single-purpose skill with no external references needed; it is well-organized with clear section headers, satisfying the simple-skill exception for progressive disclosure.

5 / 5

Total

18

/

20

Passed

Description

65%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is specific and distinct, naming a concrete domain and tool, but it lacks any explicit "when to use" trigger guidance and only sketches one capability, limiting completeness and specificity.

Suggestions

Add an explicit 'Use when ...' clause naming concrete trigger phrases (e.g. 'Use when the user wants to track blog updates, monitor RSS/Atom feeds, or be notified of new posts').

List 1-2 more concrete capabilities in the description (e.g. add/remove blogs, scan for new articles, mark articles read) to raise specificity.

Include common synonyms and file extensions (RSS, Atom, .rss, feed subscriptions, news feeds) to broaden trigger term coverage.

DimensionReasoningScore

Specificity

Names the domain ("blogs and RSS/Atom feeds") and one concrete action ("Monitor ... for updates") plus the tool, but does not list the fuller capability set (add/scan/list/read/remove) shown in the body.

3 / 5

Completeness

Has a clear "what" (monitor blogs/RSS-Atom feeds for updates) but no "Use when..." clause or explicit trigger guidance, capping completeness at 3 per the rubric guideline.

3 / 5

Trigger Term Quality

Includes natural keywords a user would say ("blogs", "RSS/Atom feeds", "updates"), but misses some synonyms and file extensions (e.g. "subscribe", "news feeds", ".rss").

4 / 5

Distinctiveness Conflict Risk

A clear niche (blog/RSS-Atom feed monitoring) tied to a named CLI tool, with distinct triggers and minimal overlap risk with other skills.

5 / 5

Total

15

/

20

Passed

Validation

81%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation13 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

metadata_field

'metadata' should map string keys to string values

Warning

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

13

/

16

Passed

Repository
Bitterbot-AI/bitterbot-desktop
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.