NOKIAO
Community@luojiaaoo · Wuhan China.
Native AI, CICD, CS, BS, Autosar toolchain Software Engineer. Person First. Part in AI secondly.
Agent Skills by NOKIAO
Showing 39 vetted skills indexed across 1 GitHub repositories.
lark-skills
Route Feishu and Lark requests to domain-specific lark-cli sub-skills for execution.
agent-browser
Automates browser navigation, form filling, and data extraction through CDP-connected sessions.
markdown-formatter
Format, lint, and beautify markdown documents using configurable style guides.
chat2duckdb
Analyze CSV, JSON, Parquet, and Excel files with DuckDB SQL queries.
memory
Maintains long-term facts and searchable event history across agent sessions.
algorithmic-poster-philosophy
Generates a design philosophy and a matching SVG poster file from a visual concept.
ask-user-question
Generates structured JSON form schemas to ask users clarifying questions.
lark-oauth
Manages Feishu user authorization via Device Authorization Flow for lark-cli commands.
skill-creator
Create, validate, and package AgentSkills with scripts, references, and assets.
ppt-generation
Generate HTML slide decks and export them as editable PPTX presentations.
weather
Fetches current weather and forecasts via wttr.in and Open-Meteo APIs.
lark-mail
Manage Feishu mailbox operations including drafts, replies, forwards, and rules via lark-cli.
lark-minutes
Routes legacy lark-minutes requests to the lark-meeting skill for handling.
lark-openapi-explorer
Discovers and invokes native Feishu/Lark OpenAPI endpoints from official documentation.
lark-skill-maker
Creates reusable SKILL.md definitions that wrap lark-cli Feishu API operations.
lark-calendar
Manage Feishu calendar events, attendees, freebusy queries, and meeting room bookings via lark-cli.
lark-workflow-standup-report
Generates daily schedule and pending task summaries from Feishu calendar and task APIs.
lark-wiki
Manage Feishu wiki spaces, members, and document nodes via lark-cli.
lark-markdown
Create, fetch, patch, overwrite, and diff Markdown files in Feishu Drive via lark-cli.
lark-note
Redirects legacy lark-note requests to the lark-meeting skill for processing.
lark-okr
Manage Feishu OKR cycles, objectives, key results, alignments, and progress records via lark-cli.
lark-doc
Create, read, edit, and manage Feishu Docx and Wiki documents via lark-cli.
lark-contact
Resolves Lark contacts by name or email into open_ids and retrieves user profiles.
lark-vc-agent
Routes legacy lark-vc-agent requests to the lark-meeting skill for Lark meeting operations.
Frequently Asked Questions About NOKIAO
FAQPage SchemaWhat tasks can I accomplish with NOKIAO's Feishu/Lark skills?▼
You can send and search IM messages, manage calendars and meeting rooms, read and edit Docx/Wiki documents, Sheets, Slides, and Bitable Base records, process approvals, track tasks and OKR, query attendance, manage Drive files, subscribe to real-time events, and develop Miaoda applications.
Who are these skills designed for?▼
They target enterprise engineers, operations staff, and AI-agent builders working inside the Feishu/Lark ecosystem who need programmatic control of collaboration resources, plus analysts needing DuckDB-based file querying and designers generating PPTX decks or SVG posters.
How do I set up and run the Lark skills?▼
Install the lark-cli binary, then load the lark-oauth skill first to authorize—never run lark-cli auth login or create profiles manually. After authorization, load lark-skills, which routes each request to the appropriate sub-skill's SKILL.md for execution.
What are the dependencies and prerequisites?▼
All lark-* skills require the lark-cli binary; lark-doc, lark-meeting, and workflow skills also depend on sibling skills like lark-shared or lark-meeting. chat2duckdb requires duckdb>=1.5.0, pandas>=2.0.0, numpy>=1.24.0, and openpyxl>=3.1.0; weather requires curl.
Can I extend the platform with custom capabilities?▼
Yes. Use lark-openapi-explorer to discover native Feishu OpenAPI endpoints not wrapped by existing commands, and lark-skill-maker or skill-creator to package atomic API operations or multi-step orchestrations into reusable custom skills.