← 返回
AI智能 Key 中文

alimail

快速查询企业内部员工邮箱、工号及部门信息。
快速查询企业内部员工邮箱、工号及部门信息。
colin-megan
AI智能 clawhub v1.0.6 2 版本 99835 Key: 需要
★ 0
Stars
📥 605
下载
💾 13
安装
2
版本
#latest

概述

Configuration

Configure in ~/.openclaw/openclaw.json:

{
    "skills": {
      "entries": {
        "alimail": {
          "enabled": true,
          "env": {
            "ALIMAIL_CLIENT_ID": "your_CLIENT_ID",
            "ALIMAIL_CLIENT_SECRET": "your_CLIENT_SECRET"
          }
        }
      }
    }
}

Core Features

  • Precise Lookup: Enter a name to retrieve the full email address.
  • Fuzzy Search: Supports partial name searches, automatically handling (name=*xxx) logic.
  • Detailed Information: Returns employee ID (employeeNo), email (email), and name (name).

User Guide

AI automatically recognizes and searches for names mentioned by users. For example:

  • “查一下张三的邮箱”

Agent instructions

SearchAlimailUser:Run the script under workspace (do not use the path under node_modules):

   python3 ~/.openclaw/workspace/skills/alimail/main.py "张三"

Output Examples

error result1:

{"status": "error", "message": "Parameter 'name' is required"}

error result:

{"status": "api_failed", "details": "403 Client Error: Forbidden for url: "}

error result:

{
    "users": [
        {
            "name": "总部IT开发-张三",
            "email": "zhangsan@test.com",
            "employeeNo": "zhangsan"
        }
    ],
    "total": 1
}

Privacy Statement

This skill only calls the query interface and does not have the permissions to read, delete, or send emails, ensuring the security of enterprise data.

版本历史

共 2 个版本

  • v1.0.6 当前
    2026-03-29 16:11 安全 安全
  • v1.0.4
    2026-03-26 22:24

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,358 📥 318,341
ai-intelligence

Proactive Agent

halthelobster
将AI智能体从任务执行者升级为主动预判需求、持续优化的智能伙伴。集成WAL协议、工作缓冲区、自主定时任务及实战验证模式。Hal Stack核心组件 🦞
★ 836 📥 213,118
ai-intelligence

Nano Banana Pro

steipete
使用 Nano Banana Pro (Gemini 3 Pro Image) 生成或编辑图像。支持文生图、图生图及 1K/2K/4K 分辨率,适用于图像创建、修改及编辑请求,使用 --input-image 指定输入图像。
★ 417 📥 115,209