CtrlK
BlogDocsLog inGet started
Tessl Logo

evernote-install-auth

Install and configure Evernote SDK and OAuth authentication. Use when setting up a new Evernote integration, configuring API keys, or initializing Evernote in your project. Trigger with phrases like "install evernote", "setup evernote", "evernote auth", "configure evernote API", "evernote oauth".

73

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Content

85%

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

A well-organized, concise install/auth guide with a clear sequenced workflow and proper one-level-deep reference splitting. Its main weakness is actionability: the core OAuth flow is described abstractly in the body instead of being shown with executable code.

Suggestions

Inline a minimal executable OAuth snippet for Step 5 (e.g., getRequestToken + getAuthorizeUrl + getAccessToken) so the central task is actionable without opening the reference.

Add an explicit feedback loop after Step 6 verification ('if getUser() fails, consult the error table and re-authenticate') rather than relying only on the standalone error table.

Show the concrete verification call in Step 6 as a short code block instead of a prose description.

DimensionReasoningScore

Conciseness

Lean body that uses tight code blocks, a compact error table, and short example blurbs without explaining what OAuth or Evernote are; every section earns its tokens.

3 / 3

Actionability

Steps 2-4 give copy-paste-ready bash and JavaScript, but the central task — the OAuth 1.0a flow (Step 5) and verification (Step 6) — is described abstractly ('Set up request token acquisition...') and deferred to the reference rather than shown as executable code in the body.

2 / 3

Workflow Clarity

A clearly numbered 1-6 sequence culminating in an explicit verification checkpoint (Step 6: call getUser() to confirm auth succeeds), plus an error/cause/resolution table for recovery guidance.

3 / 3

Progressive Disclosure

Well-structured overview keeps quickstart material inline and pushes the detailed OAuth callback, Python client, and token-expiration content to a single one-level-deep, clearly signaled reference (references/oauth-flow.md) that exists in the bundle.

3 / 3

Total

11

/

12

Passed

Description

100%

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

A strong, third-person description that states concrete capabilities, provides an explicit 'Use when' clause, and lists natural trigger phrases. It cleanly answers what the skill does and when to invoke it.

DimensionReasoningScore

Specificity

Names multiple concrete actions — 'Install and configure Evernote SDK and OAuth authentication' — covering SDK setup, configuration, and OAuth auth rather than vague abstractions.

3 / 3

Completeness

Explicitly answers both what (install/configure Evernote SDK and OAuth) and when ('Use when setting up a new Evernote integration, configuring API keys, or initializing Evernote') with explicit trigger guidance.

3 / 3

Trigger Term Quality

Lists natural phrases a user would actually say — 'install evernote', 'setup evernote', 'evernote auth', 'configure evernote API', 'evernote oauth' — with good coverage of common variations.

3 / 3

Distinctiveness Conflict Risk

Evernote-specific niche with distinct triggers; the OAuth/install scope is unlikely to fire for unrelated skills.

3 / 3

Total

12

/

12

Passed

Validation

87%

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

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

allowed_tools_field

'allowed-tools' contains unusual tool name(s)

Warning

frontmatter_unknown_keys

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

Warning

Total

14

/

16

Passed

Repository
jeremylongshore/claude-code-plugins-plus-skills
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.