line:liff

Index and retrieve LIFF API documentation with source citations.

1|Updated Jun 13, 2017
One-click install
npx skills add https://github.com/RoyMcCrain/dotsfile --skill line-liff
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: line:liff
Source: https://github.com/RoyMcCrain/dotsfile/tree/main/claude/skills/line/liff
Command: npx skills add https://github.com/RoyMcCrain/dotsfile --skill line-liff

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

LIFF developers often need quick access to up-to-date LIFF API documentation and examples; this skill provides fast access to references stored in references/ and ensures sources are cited.

Core Features & Use Cases

  • Quick access to LIFF API documentation and reference materials for efficient development.
  • Context-rich search results with citations from the references markdown files.
  • Use cases include finding method details like liff.init, liff.getContext, etc., and obtaining source URLs for validation.

Quick Start

Search LIFF API documentation across the references folder to find relevant guidance.

Frequently Asked Questions about line:liff

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

FAQPage Schema
How do I search LIFF API documentation for method details like liff.init?

Search the references directory to find LIFF API documentation and retrieve context-rich results with source citations. The Python-based search script indexes markdown files with frontmatter metadata to produce structured outputs for methods like liff.init and liff.getContext.

What is the best way to find up-to-date LIFF API references during development?

Find up-to-date LIFF API references by searching the indexed markdown files in the references folder. This approach surfaces structured results with frontmatter metadata and source URLs, enabling quick validation without manual browsing.

Does this LIFF documentation search tool provide source citations for validation?

Yes, the LIFF documentation search tool provides source citations for validation. It retrieves context-rich results from the references markdown files, ensuring you can verify the origin and accuracy of the returned API guidance.

Can I retrieve frontmatter metadata when searching LIFF API documentation?

Yes, you can retrieve frontmatter metadata when searching LIFF API documentation. The search script processes the references directory and structures the output to include frontmatter metadata alongside context-rich results and source citations.

Do I need Python to run the LIFF API documentation search script?

Yes, you need Python to run the LIFF API documentation search script. The skill relies on the Python-based script located in the scripts directory to index and retrieve documentation from the references markdown files.