meegle-api-views-measurement

Manage Meegle views, boards, and measurement data via Open API.

1|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/pkycy/meegle-api-skill --skill meegle-api-views-measurement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meegle-api-views-measurement
Source: https://github.com/pkycy/meegle-api-skill/tree/main/meegle-api-views-measurement
Command: npx skills add https://github.com/pkycy/meegle-api-skill --skill meegle-api-views-measurement

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the management and retrieval of views, boards, and measurement data within Meegle, enabling efficient access to project insights and configurations.

Core Features & Use Cases

  • View Management: List, create, update, and delete various types of views (fixed, conditional, panorama).
  • Data Retrieval: Fetch work item lists associated with specific views and retrieve detailed chart data for metrics.
  • Use Case: A project manager needs to quickly see all 'Story' type work items currently displayed in the 'Q3 Roadmap' view. This Skill can retrieve that list, along with the view's configuration details.

Quick Start

Use the meegle-api-views-measurement skill to get a list of all views for the 'story' work item type in the 'my-project-key' space.

Frequently Asked Questions about meegle-api-views-measurement

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

FAQPage Schema
How do I retrieve work items from a specific Meegle view using the Feishu API?

To retrieve work items from a Meegle view, access the Feishu Open API to list views for your project space, then fetch the associated work item list. This requires authenticating with a plugin access token and a user key to interact with the specified view.

Can I create and update conditional views in Meegle programmatically?

Yes, you can create and update conditional views in Meegle programmatically. The API supports managing view configurations, allowing you to define and modify fixed and conditional views to filter and visualize your project data dynamically.

What authentication is required to access Meegle views and measurement data?

Accessing Meegle views and measurement data requires authentication using plugin access tokens and user keys. You must provide these credentials to successfully interact with the Feishu Open API for project and work item structures.

How do I fetch detailed chart data for metrics in Meegle?

You can fetch detailed chart data for metrics by using the API to retrieve measurement data associated with your boards. This involves querying the specific view configurations to return the underlying chart data for project insights.

Does the Meegle API support fetching work items from panorama views?

Yes, the Meegle API supports retrieving work items within panorama views. You can list views, including panorama types, and fetch the associated work item lists to get a comprehensive overview of your project data.

What is the best way to manage Meegle boards and data visualizations at scale?

The best way to manage Meegle boards and data visualizations is using programmatic API access to list, create, and update views. This streamlines retrieving project insights and configurations efficiently across multiple work item types.