Tistory API CLI

# Tistory API CLI

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Tistory API CLI" with this command: npx skills add chloepark85/tistory-api-cli

Tistory API CLI

Tistory 블로그를 터미널에서 제어하기 위한 경량 CLI이다. 글 읽기/수정/삭제와 카테고리 조회, 이미지 첨부 POST를 지원한다. 요청/응답 스키마를 검증하고, 에러 메시지를 한국어로 안내한다. Python 런타임이 없는 환경을 고려해 uv/pipx 기반 설치 가이드를 제공하며, pytest 단위 테스트와 GitHub Actions CI를 포함한다. PyPI 배포(tistory-api-cli)를 고려해 pip 설치 경로를 제공한다.

무엇이 새로운가 — v0.1.1

  • SKILL.md 메타데이터 반영 및 태그(latest) 유지
  • 기능 보강
    • 읽기(read-post), 수정(update), 삭제(delete), 카테고리 조회 추가
    • 파일 첨부(이미지) POST 지원
    • 요청/응답 스키마 검증 및 에러 메시지 국문화
  • 안정성/품질
    • Python 런타임 미존재 환경 고려한 설치 가이드(uv/pipx) README 보강
    • pytest 기반 단위 테스트(가짜 응답 fixture) 및 GitHub Actions CI 추가
    • PyPI 배포(tistory-api-cli) 고려해 pip 설치 경로 제공
  • 확장 계획
    • Velog용 별도 스킬(velog-cli) 리서치/스펙 작성(블로그/시리즈 CRUD, 태그/검색)
    • 한·영 혼용 문서와 예시 강화로 해외 사용자 접근성 개선

설치

  • pipx
    • pipx install tistory-api-cli
  • uv
    • uv tool install tistory-api-cli
  • pip (권장도 낮음)
    • pip install tistory-api-cli

사용 예시

  • 글 조회: tistory-cli read --post-id 12345
  • 글 수정: tistory-cli update --post-id 12345 --title "제목" --content @body.md
  • 글 삭제: tistory-cli delete --post-id 12345
  • 카테고리 조회: tistory-cli categories
  • 이미지 업로드: tistory-cli upload-image ./image.png

환경 변수(필요 시)

  • TISTORY_ACCESS_TOKEN: Tistory API 토큰
  • TISTORY_BLOG_NAME: 기본 블로그 식별자

링크

  • GitHub: 제공 예정

라이선스

MIT-0

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Cobra Claw - Strike First. Strike Hard

Your AI's dojo discipline — Kreese style. Strike First. Strike Hard. No Mercy. Read the markdown files and apply the doctrine. The model develops its own agg...

Registry SourceRecently Updated
1.7K0Profile unavailable
Coding

Halo Blog

Use when managing a Halo blog instance via CLI, including authentication, posts, pages, themes, plugins, attachments, backups, comments, moments, notificatio...

Registry SourceRecently Updated
850Profile unavailable
Coding

Find Skills

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express...

Registry SourceRecently Updated
2040Profile unavailable
Coding

SigmaLifting CLI

Use when the user wants to create, translate, import, validate, inspect, or update powerlifting training programs or workout logs for SigmaLifting using sigm...

Registry SourceRecently Updated
00Profile unavailable