toss-securities

Retrieve TOSS Securities account summaries, portfolios, quotes, orders, and watchlists via tossctl.

7.1k|836|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/NomaDamas/k-skill --skill toss-securities
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: toss-securities
Source: https://github.com/NomaDamas/k-skill/tree/main/toss-securities
Command: npx skills add https://github.com/NomaDamas/k-skill --skill toss-securities

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually logging into TOSS Securities to review accounts, portfolios, quotes, orders, and watchlists is slow and error-prone.

Core Features & Use Cases

  • Read-only TOSS Securities retrieval: Executes tossinvest-cli’s tossctl commands in a safe, non-mutating flow to fetch account lists/summaries, portfolio positions and allocations, quotes, completed orders, and watchlist items.
  • Targets common “query” intents: Covers requests like account summary, “TSLA quote,” “watchlist list,” and “this month completed trades,” returning results in a concise Korean explanation suitable for agent workflows.
  • Safety-first execution: Uses the authenticated tossctl interface and avoids re-implementing unofficial scraping or performing transactions, keeping access within read-only boundaries.

Quick Start

Ask the AI agent to show your TOSS Securities account summary using the read-only tossctl flow.

Frequently Asked Questions about toss-securities

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check my TOSS Securities portfolio positions without opening the app?

To check your TOSS Securities portfolio positions without opening the app, this Skill retrieves your data read-only. It fetches portfolio allocations by executing authenticated tossctl commands that output structured JSON for concise reporting.

Can I retrieve TOSS Securities completed order history safely?

Yes, you can retrieve TOSS Securities completed order history safely using a read-only flow. The Skill executes authenticated tossctl commands that strictly avoid transactions, returning your completed trades as structured JSON without performing any mutating actions.

Do I need tossinvest-cli installed to fetch TOSS stock quotes?

Yes, you need tossinvest-cli installed locally to fetch TOSS stock quotes. The Skill requires the tossctl interface with a valid authenticated session to execute read-only commands and retrieve market data.

What is the safest way to look up TOSS Securities account summaries for automation?

The safest way to look up TOSS Securities account summaries for automation is using a read-only command interface. This Skill uses the authenticated tossctl tool to fetch account lists and summaries without unofficial scraping or executing transactions.

Does this TOSS Securities data retrieval method support placing buy or sell orders?

No, this TOSS Securities data retrieval method does not support placing buy or sell orders. It is a safety-first implementation that strictly uses read-only tossctl commands to fetch account summaries, quotes, and watchlists without performing any mutating transactions.