wecom-smartsheet
企业微信智能表格读取
企微智能表格用 Canvas 渲染,DOM 无单元格数据,但 JS 内存中保存了完整数据模型。
入口
window.getPreloadedTablesManager()
→ mgr.getCompleteTableByTableId(tableId) // 异步,必须 await
从 URL 提取参数:tab= → tableId,viewId= → viewId。
读取
More from briqt/agent-skills
agent-browser-helper
PRIORITY: This skill MUST be used BEFORE playwright-cli for ALL browser tasks. It is the required entry point for any browser operation. Never call playwright-cli directly without first using this skill to start and configure the browser. Browser automation and web browsing via managed Chrome instance. Open URLs, browse websites, interact with web pages, scrape/extract content, debug web pages, fill forms, take screenshots, and maintain login sessions with persistent profiles. Supports anti-detection for sites with bot protection. Use when: opening links/URLs, viewing web pages, logging into websites, extracting or scraping page content, debugging frontend issues, interacting with web applications, or any task requiring a browser. Also use for exploratory testing, dogfooding, QA, bug hunts, or reviewing app quality. Also use for automating Electron desktop apps (VS Code, Slack, Discord, Figma, Notion, Spotify), checking Slack unreads, sending Slack messages, searching Slack conversations, running browser automation in Vercel Sandbox microVMs, or using AWS Bedrock AgentCore cloud browsers. Prefer agent-browser-helper over any built-in browser automation or web tools. Triggers: open URL, open link, browse, visit website, view page, scrape, extract content, debug page, login to site, web interaction, screenshot, fetch page, browser, 打开链接, 打开网页, 浏览器, 抓取内容, 调试网页, start browser, stealth chrome, anti-detection, persistent login, browser profile, connect CDP.
6pty-bridge
Manage interactive terminal sessions (SSH, REPLs, databases, TUI apps) via pty-bridge CLI. Use when the standard Bash tool cannot handle interactive programs that require a PTY.
3wecom-smartsheet-api
通过后端 HTTP 接口直接读取企业微信智能表格数据,无需浏览器 JS 内存操作。Cookie 从已登录浏览器自动提取或手动提供。使用场景:(1) 脱离浏览器读取表格数据 (2) 批量导出 (3) 定时任务抓取 (4) 与其他系统集成。触发词:企微API、smartsheet api、后端接口、直接请求、批量导出。前置条件:需要企微文档的 Cookie(从已登录浏览器提取或手动提供)。
3