CtrlK
BlogDocsLog inGet started
Tessl Logo

ib-account

Get account summary from Interactive Brokers including cash balance, buying power, and account value. Use when user asks about their account, balance, buying power, or available cash. Requires TWS or IB Gateway running locally.

72

Quality

90%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

92%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.

A concise, well-structured single-purpose skill body with an executable command, real backing script, and explicit port-fallback recovery. It satisfies the simple-skill exceptions for workflow clarity and progressive disclosure.

DimensionReasoningScore

Conciseness

The body is lean and mostly assumes Claude's competence, limiting prose to non-obvious detail (port fallback, IB_PORT precedence, uv fallback note); a couple of sentences could be trimmed but it avoids over-explanation.

4 / 5

Actionability

Provides a fully executable, copy-paste-ready command ('uv run python scripts/account.py [--port PORT] [--account ACCOUNT_ID] [--all-accounts]') backed by the real scripts/account.py, with each flag documented.

5 / 5

Workflow Clarity

As a single-purpose read operation the action is unambiguous, and it includes an explicit error-recovery feedback loop (port fallback -> retry other port -> save working type to memory -> else ask user to verify TWS/Gateway).

5 / 5

Progressive Disclosure

Under 50 lines with no need for external references; the single referenced file (scripts/account.py) exists and is one level deep, and sections (IB Connection, Instructions, Arguments, Output, Dependencies, Timezone) are well-organized.

5 / 5

Total

19

/

20

Passed

Description

87%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.

A strong, third-person description that clearly states capability and trigger conditions with concrete field names and a niche scope. Minor gains possible from adding a few more trigger synonyms.

DimensionReasoningScore

Specificity

Names the domain (IB account summary) and concrete returned fields ('cash balance, buying power, and account value'), but describes essentially one action rather than a broad set, so it sits just below the comprehensive 5 anchor.

4 / 5

Completeness

Explicitly answers both what ('Get account summary from Interactive Brokers including cash balance, buying power, and account value') and when ('Use when user asks about their account, balance, buying power, or available cash') with concrete trigger phrases.

5 / 5

Trigger Term Quality

Includes natural user phrases ('account, balance, buying power, or available cash') that users would plausibly say, though it omits some synonyms/extensions like 'account value' as a trigger or 'net liquidation'.

4 / 5

Distinctiveness Conflict Risk

'Interactive Brokers' carves a clear niche with distinct triggers and a concrete runtime prerequisite (TWS/IB Gateway), giving minimal overlap risk with other skills.

5 / 5

Total

18

/

20

Passed

Validation

93%

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

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

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

Warning

Total

15

/

16

Passed

Repository
staskh/trading_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.